Uses of Interface
org.apache.openjpa.persistence.query.FetchJoinObject
-
Packages that use FetchJoinObject Package Description org.apache.openjpa.persistence.query OpenJPA Dynamic Query -
-
Uses of FetchJoinObject in org.apache.openjpa.persistence.query
Classes in org.apache.openjpa.persistence.query that implement FetchJoinObject Modifier and Type Class Description classFetchPathDenotes a path used in fetch join.Methods in org.apache.openjpa.persistence.query that return FetchJoinObject Modifier and Type Method Description FetchJoinObjectAbstractDomainObject. joinFetch(java.lang.String attr)Derives a path from this path by fetch joining the given field.FetchJoinObjectDomainObject. joinFetch(java.lang.String attribute)Specify that the association or element collection that is referenced by the attribute be eagerly fetched through use of an inner join.FetchJoinObjectAbstractDomainObject. leftJoinFetch(java.lang.String attr)Derives a path from this path by fetch joining the given field.FetchJoinObjectDomainObject. leftJoinFetch(java.lang.String attribute)Specify that the association or element collection that is referenced by the attribute be eagerly fetched through use of a left outer join.
-