Uses of Interface
org.apache.openjpa.persistence.query.FetchJoinObject

Packages that use FetchJoinObject
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
 class FetchPath
          Denotes a path used in fetch join.
 

Methods in org.apache.openjpa.persistence.query that return FetchJoinObject
 FetchJoinObject DomainObject.joinFetch(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.joinFetch(String attr)
          Derives a path from this path by fetch joining the given field.
 FetchJoinObject 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.
 FetchJoinObject AbstractDomainObject.leftJoinFetch(String attr)
          Derives a path from this path by fetch joining the given field.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.