Package | Description |
---|---|
com.edorasware.api.query.internal | |
com.edorasware.commons.core.persistence.jdbc |
Classes for JDBC-based database persistence management and configuration thereof.
|
Modifier and Type | Method and Description |
---|---|
ComparisonOperator |
ComparisonPredicate.getOperator()
Returns the operator of this predicate.
|
static ComparisonOperator |
ComparisonOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparisonOperator[] |
ComparisonOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ComparisonPredicate(ComparisonOperator operator,
QueryParameter queryParameter,
Object value)
Constructs a new comparison predicate instance.
|
Modifier and Type | Method and Description |
---|---|
static String |
SqlComparisonOperatorRenderer.render(ComparisonOperator operator) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.