The args' type of method fetch() can be SingularAttribute, PluralAttribute, why not can't be ListAttribute ?
Then, how to fetch a collection with critria api ? Thank you.
|
The args' type of method fetch() can be SingularAttribute, PluralAttribute, why not can't be ListAttribute ? Then, how to fetch a collection with critria api ? Thank you. |
|||
|
|
|
Of course it can, as Rasmus Franke said. Just check from the javadocs for FetchParent or try this:
|
|||
|
|
ListAttribute extends PluralAttribute, as does any attribute based on a collection. Did you actually try to use root.fetch(ListAttribute)? |
|||
|
|