Uses of Interface
org.apache.openjpa.persistence.query.FetchJoinObject
Packages that use FetchJoinObject
-
Uses of FetchJoinObject in org.apache.openjpa.persistence.query
Classes in org.apache.openjpa.persistence.query that implement FetchJoinObjectMethods in org.apache.openjpa.persistence.query that return FetchJoinObjectModifier 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.