Package | Description |
---|---|
org.apache.openjpa.persistence.query |
OpenJPA Dynamic Query
This package provides dynamic query construction that are similar to weakly-typed Criteria API.
|
Modifier and Type | Class and Description |
---|---|
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.
|
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 | Method and Description |
---|---|
protected <T extends AbstractDomainObject> |
QueryDefinitionImpl.addDomain(T path) |
Modifier and Type | Method and Description |
---|---|
AbstractDomainObject |
JoinPath.getParent() |
Constructor and Description |
---|
EntryExpression(AbstractDomainObject expr) |
JoinPath(AbstractDomainObject parent,
PathOperator join,
String attr) |
KeyExpression(AbstractDomainObject expr) |
OperatorPath(AbstractDomainObject operand,
PathOperator operator) |
ValueExpression(AbstractDomainObject expr) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.