| Package | Description |
|---|---|
| org.boon.criteria |
| Modifier and Type | Method and Description |
|---|---|
static Criterion |
ObjectFilter.between(Class clazz,
Object name,
String svalue,
String svalue2) |
static Criterion |
ObjectFilter.between(Object name,
Object value,
Object value2) |
static Criterion |
ObjectFilter.betweenByte(Object name,
byte start,
byte stop) |
static Criterion |
ObjectFilter.betweenChar(Object name,
char start,
char stop) |
static Criterion |
ObjectFilter.betweenDouble(Object name,
double start,
double stop) |
static Criterion |
ObjectFilter.betweenFloat(Object name,
float start,
float stop) |
static Criterion |
ObjectFilter.betweenInt(Object name,
int start,
int stop) |
static Criterion |
ObjectFilter.betweenLong(Object name,
long start,
long stop) |
static Criterion |
ObjectFilter.betweenShort(Object name,
short start,
short stop) |
static Criterion |
ObjectFilter.contains(Object name,
Object value) |
static Criterion |
ObjectFilter.empty(Object name) |
static Criterion |
ObjectFilter.endsWith(Object name,
Object value) |
static Criterion |
ObjectFilter.eq(Object name,
Object value) |
static Criterion |
ObjectFilter.eqBoolean(Object name,
boolean compareValue) |
static Criterion |
ObjectFilter.eqByte(Object name,
byte compareValue) |
static Criterion |
ObjectFilter.eqChar(Object name,
char compareValue) |
static Criterion |
ObjectFilter.eqDouble(Object name,
double compareValue) |
static Criterion |
ObjectFilter.eqFloat(Object name,
float compareValue) |
static Criterion |
ObjectFilter.eqInt(Object name,
int compareValue) |
static Criterion |
ObjectFilter.eqLong(Object name,
long compareValue) |
static Criterion |
ObjectFilter.eqShort(Object name,
short compareValue) |
static Criterion |
ObjectFilter.gt(Object name,
Object value) |
static Criterion |
ObjectFilter.gtByte(Object name,
byte compareValue) |
static Criterion |
ObjectFilter.gtChar(Object name,
char compareValue) |
static Criterion |
ObjectFilter.gtDouble(Object name,
double compareValue) |
static Criterion |
ObjectFilter.gte(Object name,
Object value) |
static Criterion |
ObjectFilter.gteByte(Object name,
byte compareValue) |
static Criterion |
ObjectFilter.gteChar(Object name,
char compareValue) |
static Criterion |
ObjectFilter.gteDouble(Object name,
double compareValue) |
static Criterion |
ObjectFilter.gteFloat(Object name,
float compareValue) |
static Criterion |
ObjectFilter.gteInt(Object name,
int compareValue) |
static Criterion |
ObjectFilter.gteLong(Object name,
long compareValue) |
static Criterion |
ObjectFilter.gteShort(Object name,
short compareValue) |
static Criterion |
ObjectFilter.gtFloat(Object name,
float compareValue) |
static Criterion |
ObjectFilter.gtInt(Object name,
int compareValue) |
static Criterion |
ObjectFilter.gtLong(Object name,
long compareValue) |
static Criterion |
ObjectFilter.gtShort(Object name,
short compareValue) |
static Criterion |
ObjectFilter.implementsInterface(Class<?> cls) |
static Criterion |
ObjectFilter.in(Object name,
Object... values) |
static Criterion |
ObjectFilter.inBytes(Object name,
byte... compareValues) |
static Criterion |
ObjectFilter.inChars(Object name,
char... compareValues) |
static Criterion |
ObjectFilter.inDoubles(Object name,
double... compareValues) |
static Criterion |
ObjectFilter.inFloats(Object name,
float... compareValues) |
static Criterion |
ObjectFilter.inInts(Object name,
int... compareValues) |
static Criterion |
ObjectFilter.inLongs(Object name,
long... compareValues) |
static Criterion |
ObjectFilter.inShorts(Object name,
short... compareValues) |
static Criterion |
ObjectFilter.instanceOf(Class<?> cls) |
static Criterion |
ObjectFilter.isNull(Object name) |
static Criterion |
ObjectFilter.lt(Object name,
Object value) |
static Criterion |
ObjectFilter.ltByte(Object name,
byte compareValue) |
static Criterion |
ObjectFilter.ltChar(Object name,
char compareValue) |
static Criterion |
ObjectFilter.ltDouble(Object name,
double compareValue) |
static Criterion |
ObjectFilter.lte(Object name,
Object value) |
static Criterion |
ObjectFilter.lteByte(Object name,
byte compareValue) |
static Criterion |
ObjectFilter.lteChar(Object name,
char compareValue) |
static Criterion |
ObjectFilter.lteDouble(Object name,
double compareValue) |
static Criterion |
ObjectFilter.lteFloat(Object name,
float compareValue) |
static Criterion |
ObjectFilter.lteInt(Object name,
int compareValue) |
static Criterion |
ObjectFilter.lteLong(Object name,
long compareValue) |
static Criterion |
ObjectFilter.lteShort(Object name,
short compareValue) |
static Criterion |
ObjectFilter.ltFloat(Object name,
float compareValue) |
static Criterion |
ObjectFilter.ltInt(Object name,
int compareValue) |
static Criterion |
ObjectFilter.ltLong(Object name,
long compareValue) |
static Criterion |
ObjectFilter.ltShort(Object name,
short compareValue) |
static Criterion |
ObjectFilter.notContains(Object name,
Object value) |
static Criterion |
ObjectFilter.notEmpty(Object name) |
static Criterion |
ObjectFilter.notEq(Object name,
Object value) |
static Criterion |
ObjectFilter.notEqBoolean(Object name,
boolean compareValue) |
static Criterion |
ObjectFilter.notEqByte(Object name,
byte compareValue) |
static Criterion |
ObjectFilter.notEqChar(Object name,
char compareValue) |
static Criterion |
ObjectFilter.notEqDouble(Object name,
double compareValue) |
static Criterion |
ObjectFilter.notEqFloat(Object name,
float compareValue) |
static Criterion |
ObjectFilter.notEqInt(Object name,
int compareValue) |
static Criterion |
ObjectFilter.notEqLong(Object name,
long compareValue) |
static Criterion |
ObjectFilter.notEqShort(Object name,
short compareValue) |
static Criterion |
ObjectFilter.notIn(Object name,
Object... values)
This has to convert values to field type.
|
static Criterion |
ObjectFilter.notInBytes(Object name,
byte... compareValues) |
static Criterion |
ObjectFilter.notInChars(Object name,
char... compareValues) |
static Criterion |
ObjectFilter.notInDoubles(Object name,
double... compareValues) |
static Criterion |
ObjectFilter.notInFloats(Object name,
float... compareValues) |
static Criterion |
ObjectFilter.notInInts(Object name,
int... compareValues) |
static Criterion |
ObjectFilter.notInLongs(Object name,
long... compareValues) |
static Criterion |
ObjectFilter.notInShorts(Object name,
short... compareValues) |
static Criterion |
ObjectFilter.notNull(Object name) |
static Criterion |
ObjectFilter.startsWith(Object name,
Object value) |
static Criterion |
ObjectFilter.typeOf(String className) |
Copyright © 2015. All Rights Reserved.