Uses of Class
org.apache.openjpa.persistence.query.AbstractDomainObject
-
Uses of AbstractDomainObject in org.apache.openjpa.persistence.query
Modifier 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.Modifier and TypeMethodDescriptionprotected <T extends AbstractDomainObject>
TQueryDefinitionImpl.addDomain
(T path) ModifierConstructorDescriptionJoinPath
(AbstractDomainObject parent, PathOperator join, String attr) OperatorPath
(AbstractDomainObject operand, PathOperator operator)