Interface RestrictionsFactory
public interface RestrictionsFactory
- Author:
- Raymond Augé
-
Method Summary
Modifier and TypeMethodDescriptioneqProperty
(String propertyName, String otherPropertyName) geProperty
(String propertyName, String otherPropertyName) gtProperty
(String propertyName, String otherPropertyName) in
(String propertyName, Collection<?> values) isNotEmpty
(String propertyName) leProperty
(String propertyName, String otherPropertyName) ltProperty
(String propertyName, String otherPropertyName) neProperty
(String propertyName, String otherPropertyName) sqlRestriction
(String sql) sqlRestriction
(String sql, Object[] values, Type[] types) sqlRestriction
(String sql, Object value, Type type)
-
Method Details
-
allEq
-
and
-
between
-
conjunction
Conjunction conjunction() -
disjunction
Disjunction disjunction() -
eq
-
eqProperty
-
ge
-
geProperty
-
gt
-
gtProperty
-
ilike
-
in
-
in
-
isEmpty
-
isNotEmpty
-
isNotNull
-
isNull
-
le
-
leProperty
-
like
-
lt
-
ltProperty
-
ne
-
neProperty
-
not
-
or
-
sizeEq
-
sizeGe
-
sizeGt
-
sizeLe
-
sizeLt
-
sizeNe
-
sqlRestriction
-
sqlRestriction
-
sqlRestriction
-