issues Search Results · repo:Cosium/spring-data-jpa-entity-graph language:Java
Filter by
0 results
(68 ms)0 results
inCosium/spring-data-jpa-entity-graph (press backspace or delete to remove)What steps will reproduce the problem ?
Steps to reproduce the behavior:
1. Clone the Cosium/spring-data-jpa-entity-graph project from GitHub.
2. In the pom.xml file of the cloned project, set the ...
dmarotta77
- 1
- Opened 17 days ago
- #251
Entity Layer
import jakarta.persistence.*;
import lombok.*;
@Entity
@Setter
@Getter
@AllArgsConstructor
@NoArgsConstructor
public class Player {
@Id
private Long id;
private Integer playerNum; ...
abdelaali2
- 1
- Opened on Aug 27, 2024
- #208
First of all, thanks a lot for your great work on this awesome project.
Just a minor issue: standard find[...] methods of the EntityGraphJpaRepository do return Iterable results, different to
their (more ...
fladdimir
- 1
- Opened on Jul 31, 2024
- #201
If I add spring-data-jpa-entity-graph-generator dependency, then the result XEntityGraph classes has no
jakarta.annotation.Generated annotation upon them (in comparison to jpamodelgen).
As a result, the ...
SimonHarmonicMinor
- 1
- Opened on Jun 18, 2024
- #193
!-- Ignoring this template will lead to the rejection of your issue --
What steps will reproduce the problem ?
Steps to reproduce the behavior:
1. Set up a project using envers using @EnableEnversRepositories ...
federicotg
- 2
- Opened on May 2, 2024
- #180
Could you provide documentation on how to use NamedEntityGraph or DynamicEntityGraph?
Compared to building with the @NamedEntityGraph annotation on the entity class, I would like to know how to dynamically ...
dnslin
- 1
- Opened on Mar 30, 2024
- #171
What steps will reproduce the problem?
1. Define entities with a ManyToMany relationship using @JoinTable, like in the AJpaEntity example provided.
2. Attempt to fetch an instance of AJpaEntity using ...
missing-test-reproducing-the-issue
alperkrtglu
- 3
- Opened on Mar 6, 2024
- #166
When we try to work with projection and java generic ,an error is triggered Generic Repository Method Exemple public T T
findUserByUsernameOrEmail(String username,EntityGraph graph,Class T type) an error ...
faker-ben-ali
- 1
- Opened on Jan 2, 2024
- #152
!-- Ignoring this template will lead to the rejection of your issue --
What steps will reproduce the problem ?
Steps to reproduce the behavior:
1. create a super repository interface using generics ...
leassis
- Opened on Dec 25, 2023
- #148
!-- Ignoring this template will lead to the rejection of your issue --
What steps will reproduce the problem ?
Steps to reproduce the behavior:
1. Spring boot project with Spring Boot 3.1.3 version ...
vicenteqs
- Opened on Dec 22, 2023
- #146

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.