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 class
FetchPath
Denotes a path used in fetch join.Methods in org.apache.openjpa.persistence.query that return FetchJoinObject Modifier and Type Method Description FetchJoinObject
AbstractDomainObject. joinFetch(java.lang.String attr)
Derives a path from this path by fetch joining the given field.FetchJoinObject
DomainObject. 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.FetchJoinObject
AbstractDomainObject. leftJoinFetch(java.lang.String attr)
Derives a path from this path by fetch joining the given field.FetchJoinObject
DomainObject. 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.
-