static Criterion |
CriteriaFactory.between(Class clazz,
Object name,
String svalue,
String svalue2) |
static Criterion |
CriteriaFactory.between(Object name,
Object value,
Object value2) |
static Criterion |
CriteriaFactory.between(Object name,
String svalue,
String svalue2) |
static Criterion |
CriteriaFactory.betweenByte(Object name,
byte start,
byte stop) |
static Criterion |
CriteriaFactory.betweenChar(Object name,
char start,
char stop) |
static Criterion |
CriteriaFactory.betweenDouble(Object name,
double start,
double stop) |
static Criterion |
CriteriaFactory.betweenLong(Object name,
long start,
long stop) |
static Criterion |
CriteriaFactory.betweenShort(Object name,
short start,
short stop) |
static Criterion |
CriteriaFactory.contains(Object name,
Object value) |
static Criterion |
CriteriaFactory.empty(Object name) |
static Criterion |
CriteriaFactory.endsWith(Object name,
Object value) |
static Criterion |
CriteriaFactory.eq(Object name,
Object value) |
static Criterion |
CriteriaFactory.eqByte(Object name,
byte compareValue) |
static Criterion |
CriteriaFactory.eqChar(Object name,
char compareValue) |
static Criterion |
CriteriaFactory.eqDouble(Object name,
double compareValue) |
static Criterion |
CriteriaFactory.eqLong(Object name,
long compareValue) |
static Criterion |
CriteriaFactory.eqNested(Object value,
String... path) |
static Criterion |
CriteriaFactory.eqNestedAdvanced(Object value,
Object... path) |
static Criterion |
CriteriaFactory.eqShort(Object name,
short compareValue) |
static Criterion |
CriteriaFactory.gt(Object name,
Object value) |
static Criterion |
CriteriaFactory.gt(Object name,
String svalue) |
static Criterion |
CriteriaFactory.gtByte(Object name,
byte compareValue) |
static Criterion |
CriteriaFactory.gtChar(Object name,
char compareValue) |
static Criterion |
CriteriaFactory.gtDouble(Object name,
double compareValue) |
static Criterion |
CriteriaFactory.gte(Object name,
Object value) |
static Criterion |
CriteriaFactory.gteByte(Object name,
byte compareValue) |
static Criterion |
CriteriaFactory.gteChar(Object name,
char compareValue) |
static Criterion |
CriteriaFactory.gteDouble(Object name,
double compareValue) |
static Criterion |
CriteriaFactory.gteLong(Object name,
long compareValue) |
static Criterion |
CriteriaFactory.gteShort(Object name,
short compareValue) |
static Criterion |
CriteriaFactory.gtLong(Object name,
long compareValue) |
static Criterion |
CriteriaFactory.gtShort(Object name,
short compareValue) |
static Criterion |
CriteriaFactory.implementsInterface(Class<?> cls) |
static Criterion |
CriteriaFactory.in(Object name,
Object... values) |
static Criterion |
CriteriaFactory.inBytes(Object name,
byte... compareValues) |
static Criterion |
CriteriaFactory.inChars(Object name,
char... compareValues) |
static Criterion |
CriteriaFactory.inDoubles(Object name,
double... compareValues) |
static Criterion |
CriteriaFactory.inLongs(Object name,
long... compareValues) |
static Criterion |
CriteriaFactory.inShorts(Object name,
short... compareValues) |
static Criterion |
CriteriaFactory.instanceOf(Class<?> cls) |
static Criterion |
CriteriaFactory.isNull(Object name) |
static Criterion |
CriteriaFactory.lt(Object name,
Object value) |
static Criterion |
CriteriaFactory.ltByte(Object name,
byte compareValue) |
static Criterion |
CriteriaFactory.ltChar(Object name,
char compareValue) |
static Criterion |
CriteriaFactory.ltDouble(Object name,
double compareValue) |
static Criterion |
CriteriaFactory.lte(Object name,
Object value) |
static Criterion |
CriteriaFactory.lteByte(Object name,
byte compareValue) |
static Criterion |
CriteriaFactory.lteChar(Object name,
char compareValue) |
static Criterion |
CriteriaFactory.lteDouble(Object name,
double compareValue) |
static Criterion |
CriteriaFactory.lteLong(Object name,
long compareValue) |
static Criterion |
CriteriaFactory.lteShort(Object name,
short compareValue) |
static Criterion |
CriteriaFactory.ltLong(Object name,
long compareValue) |
static Criterion |
CriteriaFactory.ltShort(Object name,
short compareValue) |
static Criterion |
CriteriaFactory.notContains(Object name,
Object value) |
static Criterion |
CriteriaFactory.notEmpty(Object name) |
static Criterion |
CriteriaFactory.notEq(Object name,
Object value) |
static Criterion |
CriteriaFactory.notEqByte(Object name,
byte compareValue) |
static Criterion |
CriteriaFactory.notEqChar(Object name,
char compareValue) |
static Criterion |
CriteriaFactory.notEqDouble(Object name,
double compareValue) |
static Criterion |
CriteriaFactory.notEqLong(Object name,
long compareValue) |
static Criterion |
CriteriaFactory.notEqShort(Object name,
short compareValue) |
static Criterion |
CriteriaFactory.notIn(Object name,
Object... values) |
static Criterion |
CriteriaFactory.notInBytes(Object name,
byte... compareValues) |
static Criterion |
CriteriaFactory.notInChars(Object name,
char... compareValues) |
static Criterion |
CriteriaFactory.notInDoubles(Object name,
double... compareValues) |
static Criterion |
CriteriaFactory.notInLongs(Object name,
long... compareValues) |
static Criterion |
CriteriaFactory.notInShorts(Object name,
short... compareValues) |
static Criterion |
CriteriaFactory.notNull(Object name) |
static Criterion |
CriteriaFactory.startsWith(Object name,
Object value) |
static Criterion |
CriteriaFactory.typeOf(String className) |