Class RestrictionsFactoryUtil
Object
com.liferay.portal.kernel.dao.orm.RestrictionsFactoryUtil
- Author:
- Raymond Augé
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Criterion
static Criterion
static Criterion
static Conjunction
static Disjunction
static Criterion
static Criterion
eqProperty
(String propertyName, String otherPropertyName) static Criterion
static Criterion
geProperty
(String propertyName, String otherPropertyName) static RestrictionsFactory
static Criterion
static Criterion
gtProperty
(String propertyName, String otherPropertyName) 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
ltProperty
(String propertyName, String otherPropertyName) static Criterion
static Criterion
neProperty
(String propertyName, String otherPropertyName) static Criterion
static Criterion
void
setRestrictionsFactory
(RestrictionsFactory restrictionsFactory) static Criterion
static Criterion
static Criterion
static Criterion
static Criterion
static Criterion
static Criterion
sqlRestriction
(String sql) static Criterion
sqlRestriction
(String sql, Object[] values, Type[] types) static Criterion
sqlRestriction
(String sql, Object value, Type type)
-
Constructor Details
-
RestrictionsFactoryUtil
public RestrictionsFactoryUtil()
-
-
Method Details
-
allEq
-
and
-
between
-
conjunction
-
disjunction
-
eq
-
eqProperty
-
ge
-
geProperty
-
getRestrictionsFactory
-
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
-
setRestrictionsFactory
-