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