Uses of Class
org.apache.openjpa.persistence.query.AbstractDomainObject
Packages that use AbstractDomainObject
-
Uses of AbstractDomainObject in org.apache.openjpa.persistence.query
Subclasses of AbstractDomainObject in org.apache.openjpa.persistence.queryModifier and TypeClassDescriptionclass
Denotes ENTRY(e) on a path.class
Denotes a path used in fetch join.class
Path resulting by joining from a parent path via an attribute.class
Denotes KEY(e) Expression.class
A path resulting from KEY() or VALUE() operation on an existing path.class
Denotes root domain instance representing a persistent type.class
Denotes VALUE(e) Expression.Methods in org.apache.openjpa.persistence.query with type parameters of type AbstractDomainObjectModifier and TypeMethodDescriptionprotected <T extends AbstractDomainObject>
TQueryDefinitionImpl.addDomain
(T path) Methods in org.apache.openjpa.persistence.query that return AbstractDomainObjectConstructors in org.apache.openjpa.persistence.query with parameters of type AbstractDomainObjectModifierConstructorDescriptionJoinPath
(AbstractDomainObject parent, PathOperator join, String attr) OperatorPath
(AbstractDomainObject operand, PathOperator operator)