Package | Description |
---|---|
org.apache.openjpa.persistence.query |
OpenJPA Dynamic Query
|
Modifier and Type | Field and Description |
---|---|
protected UnaryFunctionalOperator |
UnaryOperatorExpression._op |
Modifier and Type | Method and Description |
---|---|
UnaryFunctionalOperator |
UnaryOperatorExpression.getOperator() |
static UnaryFunctionalOperator |
UnaryFunctionalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryFunctionalOperator[] |
UnaryFunctionalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
QueryExpression(QueryDefinitionImpl q,
UnaryFunctionalOperator op) |
UnaryOperatorExpression(Expression e,
UnaryFunctionalOperator op) |
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.