-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Started #15
Comments
Your issue looks like #8 Can you put a breakpoint in the factoryBean class to check it is the one that is used? Also can I see the User class? |
@reda-alaoui which factory bean class? |
EntityGraphJpaRepositoryFactoryBean |
Here is User Class (relevant parts at least) And current UseRepository: I do not get to loading
|
I see a compilation error inside the dependency. |
?? |
I need to know which version of https://github.com/spring-projects/spring-data-jpa you are using. |
Sorry: Appears to be
|
Yes you must use a 1.10.x version of this library. |
I have followed [2.0 quickstart guide](https://github.com/Cosium/spring-data-jpa-entity-graph/blob/master/doc/MAIN.md,
In my database configuration I had:
Now if I switch:
to:
I than add a new repository:
in addition to:
I get exception:
If I just replace
extends JpaRepository
w/EntityGraphJpaRepository
, I get:The text was updated successfully, but these errors were encountered: