Uses of Interface
org.apache.openjpa.persistence.query.FetchJoinObject
-
Uses of FetchJoinObject in org.apache.openjpa.persistence.query
Modifier and TypeMethodDescriptionDerives a path from this path by fetch joining the given field.Specify that the association or element collection that is referenced by the attribute be eagerly fetched through use of an inner join.AbstractDomainObject.leftJoinFetch
(String attr) Derives a path from this path by fetch joining the given field.DomainObject.leftJoinFetch
(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.