Package | Description |
---|---|
org.josef.jpa |
JPA (Java Persistence API) related classes.
|
Modifier and Type | Method and Description |
---|---|
static RelationalOperator |
RelationalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationalOperator[] |
RelationalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WhereClause.addRelationalExpression(String column,
RelationalOperator operator,
Object value)
Adds a relational expression to this WhereClause that is created from the supplied column, operator and value.
|
void |
WhereClauseRpn.pushRelationalExpression(String column,
RelationalOperator operator,
Object value)
Pushes a relational expression, constructed from the supplied column, operator and value on the stack.
|
Copyright © 2008–2018. All rights reserved.