Class Restrictions
java.lang.Object
com.suncode.pwfl.support.hibernate.criterion.Restrictions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Criterion
static Criterion
static Conjunction
static Disjunction
static Criterion
static Criterion
eqOrIsNull
(String propertyName, Object value) static Criterion
eqProperty
(String propertyName, String otherPropertyName) static Criterion
static Criterion
geProperty
(String propertyName, String otherPropertyName) static Criterion
static Criterion
gtProperty
(String propertyName, String otherPropertyName) static Criterion
static Criterion
static Criterion
static Criterion
static Criterion
in
(String propertyName, Collection<?> values) static Criterion
static Criterion
isNotEmpty
(String propertyName) static Criterion
static Criterion
static Criterion
static Criterion
leProperty
(String propertyName, String otherPropertyName) static Criterion
static Criterion
static Criterion
static Criterion
ltProperty
(String propertyName, String otherPropertyName) static Criterion
static Criterion
static Criterion
neOrIsNotNull
(String propertyName, Object value) static Criterion
neProperty
(String propertyName, String otherPropertyName) static Criterion
static Criterion
static Criterion
static Criterion
static Criterion
static Criterion
static Criterion
-
Constructor Details
-
Restrictions
public Restrictions()
-
-
Method Details
-
conjunction
-
disjunction
-
idEq
-
eq
-
eqOrIsNull
-
ne
-
neOrIsNotNull
-
like
-
like
-
ilike
-
ilike
-
gt
-
lt
-
le
-
ge
-
between
-
in
-
in
-
isNull
-
eqProperty
-
neProperty
-
ltProperty
-
leProperty
-
gtProperty
-
geProperty
-
isNotNull
-
not
-
allEq
-
isEmpty
-
isNotEmpty
-
sizeEq
-
sizeNe
-
sizeGt
-
sizeLt
-
sizeGe
-
sizeLe
-
naturalId
-