Package | Description |
---|---|
com.edorasware.commons.core.query.entity |
Classes to build entity-specific queries.
|
Modifier and Type | Class and Description |
---|---|
class |
PriorityOperand
An operand implementation for priority fields which builds
Predicate instances through integer-specific operators. |
class |
VersionOperand
An operand implementation for version fields which builds
Predicate instances through integer-specific operators. |
Modifier and Type | Method and Description |
---|---|
NumberOperand<Byte> |
VariableOperand.byteValue()
Returns an operand which allows to build predicates testing for the value part of variables.
|
NumberOperand<Double> |
VariableOperand.doubleValue()
Returns an operand which allows to build predicates testing for the value part of variables.
|
NumberOperand<Float> |
VariableOperand.floatValue()
Returns an operand which allows to build predicates testing for the value part of variables.
|
NumberOperand<Integer> |
VariableOperand.integerValue()
Returns an operand which allows to build predicates testing for the value part of variables.
|
NumberOperand<Long> |
VariableOperand.longValue()
Returns an operand which allows to build predicates testing for the value part of variables.
|
NumberOperand<Short> |
VariableOperand.shortValue()
Returns an operand which allows to build predicates testing for the value part of variables.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.