Class Restrictions
java.lang.Object
com.suncode.pwfl.support.hibernate.criterion.Restrictions
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Criterionstatic Criterionstatic Conjunctionstatic Disjunctionstatic Criterionstatic CriterioneqOrIsNull(String propertyName, Object value) static CriterioneqProperty(String propertyName, String otherPropertyName) static Criterionstatic CriteriongeProperty(String propertyName, String otherPropertyName) static Criterionstatic CriteriongtProperty(String propertyName, String otherPropertyName) static Criterionstatic Criterionstatic Criterionstatic Criterionstatic Criterionin(String propertyName, Collection<?> values) static Criterionstatic CriterionisNotEmpty(String propertyName) static Criterionstatic Criterionstatic Criterionstatic CriterionleProperty(String propertyName, String otherPropertyName) static Criterionstatic Criterionstatic Criterionstatic CriterionltProperty(String propertyName, String otherPropertyName) static Criterionstatic Criterionstatic CriterionneOrIsNotNull(String propertyName, Object value) static CriterionneProperty(String propertyName, String otherPropertyName) static Criterionstatic Criterionstatic Criterionstatic Criterionstatic Criterionstatic Criterionstatic 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
 
 -