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 TypeClassDescriptionclassDenotes ENTRY(e) on a path.classDenotes a path used in fetch join.classPath resulting by joining from a parent path via an attribute.classDenotes KEY(e) Expression.classA path resulting from KEY() or VALUE() operation on an existing path.classDenotes root domain instance representing a persistent type.classDenotes 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)