Class RestrictionsFactoryUtil
Object
com.liferay.portal.kernel.dao.orm.RestrictionsFactoryUtil
- Author:
- Raymond Augé
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Criterionstatic Criterionstatic Criterionstatic Conjunctionstatic Disjunctionstatic Criterionstatic CriterioneqProperty(String propertyName, String otherPropertyName) static Criterionstatic CriteriongeProperty(String propertyName, String otherPropertyName) static RestrictionsFactorystatic Criterionstatic CriteriongtProperty(String propertyName, String otherPropertyName) static Criterionstatic Criterionstatic Criterionin(String propertyName, Collection<?> values) static Criterionstatic CriterionisNotEmpty(String propertyName) static Criterionstatic Criterionstatic Criterionstatic CriterionleProperty(String propertyName, String otherPropertyName) static Criterionstatic Criterionstatic CriterionltProperty(String propertyName, String otherPropertyName) static Criterionstatic CriterionneProperty(String propertyName, String otherPropertyName) static Criterionstatic CriterionvoidsetRestrictionsFactory(RestrictionsFactory restrictionsFactory) static Criterionstatic Criterionstatic Criterionstatic Criterionstatic Criterionstatic Criterionstatic CriterionsqlRestriction(String sql) static CriterionsqlRestriction(String sql, Object[] values, Type[] types) static CriterionsqlRestriction(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
-