Reputation: 381
a beginners question: Is there any support from Rapidclipse regarding automatic lazy loading from self created JPA queries e.g. for lazy loading scrolled tables ?
There is the 'AutoQuery' feature. But that does only apply to 'DAO().findall()', not for self build JPA queries, correct ?
Do I have to implement this lazy loading then for each of my JPA queries ?
Any hint is appreciated or even better a link to some example.
Thanks Gerry
Upvotes: 0
Views: 74