Package | Description |
---|---|
org.apache.openjpa.persistence.query |
OpenJPA Dynamic Query
|
Modifier and Type | Field and Description |
---|---|
protected PathOperator |
AbstractPath._operator |
Modifier and Type | Method and Description |
---|---|
PathOperator |
AbstractPath.getOperator()
Gets operator that derived this receiver from its parent.
|
static PathOperator |
PathOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PathOperator[] |
PathOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractDomainObject(QueryDefinitionImpl owner,
AbstractPath parent,
PathOperator op,
java.lang.Object part2) |
AbstractPath(QueryDefinitionImpl owner,
AbstractPath parent,
PathOperator op,
java.lang.Object part2) |
FetchPath(AbstractDomainObject parent,
PathOperator joinType,
java.lang.String attr) |
JoinPath(AbstractDomainObject parent,
PathOperator join,
java.lang.String attr) |
OperatorPath(AbstractDomainObject operand,
PathOperator operator) |
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.