Select() in jpa query
Posted: Thu Sep 03, 2015 7:07 am
So the book (Pro JPA 2.0) says, that it is illegal to select collections in a form, such as: Select e.creditCards from Customer e;
But ToyFramework works fine with this query.
What's the catch?
But ToyFramework works fine with this query.
What's the catch?