Darius Juodokas

Greenhorn
+ Follow
since Dec 02, 2017
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Darius Juodokas

Hey ya all!

So I've been working on my tiny little project based on the usual: Spring, JPA, AOP and Hibernate. And I ran into a rather weird case... JPA Repo method  cannot find one of my entity  fields.



without @Query annotation app fails with exc:




Datamodel looks smth like:









And if I comment out the second @Fetch(FetchMode.SUBSELECT) (over "floor" field), the exc looks even funnier:






So my question is.. What's wrong with my JPA method name and why doesn't it work without a native qry specified?

And why does Hibernate suddenly does not see a field without @Fetch(SUBSELECT) annotation, even though it DOES see it (see exc message)?

(the first question is more important to me; the second one -- just curious)


versions.gradle