Package | Description |
---|---|
org.apache.openjpa.persistence.query |
OpenJPA Dynamic Query
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDomainObject
Domain Object is a path expression over which query is evaluated.
|
class |
EntryExpression
Denotes ENTRY(e) on a path.
|
class |
FetchPath
Denotes a path used in fetch join.
|
class |
JoinPath
Path resulting by joining from a parent path via an attribute.
|
class |
KeyExpression
Denotes KEY(e) Expression.
|
(package private) class |
NavigationPath
Represents a path resulted by navigation.
|
class |
OperatorPath
A path resulting from KEY() or VALUE() operation on an existing path.
|
class |
RootPath
Denotes root domain instance representing a persistent type.
|
class |
ValueExpression
Denotes VALUE(e) Expression.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractPath |
AbstractPath._parent |
Modifier and Type | Method and Description |
---|---|
AbstractPath |
AbstractPath.getParent()
Gets the parent from which this receiver has been derived.
|
Modifier and Type | Method and Description |
---|---|
(package private) java.util.LinkedList<AbstractPath> |
AbstractPath.split() |
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) |
NavigationPath(QueryDefinitionImpl owner,
AbstractPath parent,
java.lang.String attr) |
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.