Example usage for Java javax.persistence.criteria FetchParent fields, constructors, methods, implement or subclass
The text is from its open source code.
Fetch | fetch(SingularAttribute super X, Y> attribute, JoinType jt) Create a fetch join to the specified single-valued attribute using the given join type. |
Fetch | fetch(PluralAttribute super X, ?, Y> attribute, JoinType jt) Create a fetch join to the specified collection-valued attribute using the given join type. |
Fetch | fetch(String attributeName, JoinType jt) Create a fetch join to the specified attribute using the given join type. |
java.util.Set | getFetches() Return the fetch joins that have been made from this type. |