| Package | Description |
|---|---|
| net.dontdrinkandroot.persistence.predicatebuilder |
| Modifier and Type | Method and Description |
|---|---|
static NumericOperator |
NumericOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumericOperator[] |
NumericOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NumericPredicateBuilder(javax.persistence.metamodel.SingularAttribute<? super T,? extends Number> attribute,
NumericOperator operator,
Number literal) |
Copyright © 2014 dontdrinkandroot. All rights reserved.