|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |