Class RestrictionsFactoryImpl
Object
com.liferay.portal.dao.orm.hibernate.RestrictionsFactoryImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.RestrictionsFactory
public class RestrictionsFactoryImpl
extends Object
implements com.liferay.portal.kernel.dao.orm.RestrictionsFactory
- Author:
- Raymond Augé
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
and
(com.liferay.portal.kernel.dao.orm.Criterion lhs, com.liferay.portal.kernel.dao.orm.Criterion rhs) com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Conjunction
com.liferay.portal.kernel.dao.orm.Disjunction
com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
eqProperty
(String propertyName, String otherPropertyName) com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
geProperty
(String propertyName, String otherPropertyName) com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
gtProperty
(String propertyName, String otherPropertyName) com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
in
(String propertyName, Collection<?> values) com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
isNotEmpty
(String propertyName) com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
leProperty
(String propertyName, String otherPropertyName) com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
ltProperty
(String propertyName, String otherPropertyName) com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
neProperty
(String propertyName, String otherPropertyName) com.liferay.portal.kernel.dao.orm.Criterion
not
(com.liferay.portal.kernel.dao.orm.Criterion expression) com.liferay.portal.kernel.dao.orm.Criterion
or
(com.liferay.portal.kernel.dao.orm.Criterion lhs, com.liferay.portal.kernel.dao.orm.Criterion rhs) com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
com.liferay.portal.kernel.dao.orm.Criterion
sqlRestriction
(String sql) com.liferay.portal.kernel.dao.orm.Criterion
sqlRestriction
(String sql, Object[] values, com.liferay.portal.kernel.dao.orm.Type[] types) com.liferay.portal.kernel.dao.orm.Criterion
sqlRestriction
(String sql, Object value, com.liferay.portal.kernel.dao.orm.Type type)
-
Constructor Details
-
RestrictionsFactoryImpl
public RestrictionsFactoryImpl()
-
-
Method Details
-
allEq
public com.liferay.portal.kernel.dao.orm.Criterion allEq(Map<String, com.liferay.portal.kernel.dao.orm.Criterion> propertyNameValues) - Specified by:
allEq
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
and
public com.liferay.portal.kernel.dao.orm.Criterion and(com.liferay.portal.kernel.dao.orm.Criterion lhs, com.liferay.portal.kernel.dao.orm.Criterion rhs) - Specified by:
and
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
between
public com.liferay.portal.kernel.dao.orm.Criterion between(String propertyName, Object lo, Object hi) - Specified by:
between
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
conjunction
public com.liferay.portal.kernel.dao.orm.Conjunction conjunction()- Specified by:
conjunction
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
disjunction
public com.liferay.portal.kernel.dao.orm.Disjunction disjunction()- Specified by:
disjunction
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
eq
- Specified by:
eq
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
eqProperty
public com.liferay.portal.kernel.dao.orm.Criterion eqProperty(String propertyName, String otherPropertyName) - Specified by:
eqProperty
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
ge
- Specified by:
ge
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
geProperty
public com.liferay.portal.kernel.dao.orm.Criterion geProperty(String propertyName, String otherPropertyName) - Specified by:
geProperty
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
gt
- Specified by:
gt
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
gtProperty
public com.liferay.portal.kernel.dao.orm.Criterion gtProperty(String propertyName, String otherPropertyName) - Specified by:
gtProperty
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
ilike
- Specified by:
ilike
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
in
- Specified by:
in
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
in
- Specified by:
in
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
isEmpty
- Specified by:
isEmpty
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
isNotEmpty
- Specified by:
isNotEmpty
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
isNotNull
- Specified by:
isNotNull
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
isNull
- Specified by:
isNull
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
le
- Specified by:
le
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
leProperty
public com.liferay.portal.kernel.dao.orm.Criterion leProperty(String propertyName, String otherPropertyName) - Specified by:
leProperty
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
like
- Specified by:
like
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
lt
- Specified by:
lt
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
ltProperty
public com.liferay.portal.kernel.dao.orm.Criterion ltProperty(String propertyName, String otherPropertyName) - Specified by:
ltProperty
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
ne
- Specified by:
ne
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
neProperty
public com.liferay.portal.kernel.dao.orm.Criterion neProperty(String propertyName, String otherPropertyName) - Specified by:
neProperty
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
not
public com.liferay.portal.kernel.dao.orm.Criterion not(com.liferay.portal.kernel.dao.orm.Criterion expression) - Specified by:
not
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
or
public com.liferay.portal.kernel.dao.orm.Criterion or(com.liferay.portal.kernel.dao.orm.Criterion lhs, com.liferay.portal.kernel.dao.orm.Criterion rhs) - Specified by:
or
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
sizeEq
- Specified by:
sizeEq
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
sizeGe
- Specified by:
sizeGe
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
sizeGt
- Specified by:
sizeGt
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
sizeLe
- Specified by:
sizeLe
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
sizeLt
- Specified by:
sizeLt
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
sizeNe
- Specified by:
sizeNe
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
sqlRestriction
- Specified by:
sqlRestriction
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
sqlRestriction
public com.liferay.portal.kernel.dao.orm.Criterion sqlRestriction(String sql, Object value, com.liferay.portal.kernel.dao.orm.Type type) - Specified by:
sqlRestriction
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-
sqlRestriction
public com.liferay.portal.kernel.dao.orm.Criterion sqlRestriction(String sql, Object[] values, com.liferay.portal.kernel.dao.orm.Type[] types) - Specified by:
sqlRestriction
in interfacecom.liferay.portal.kernel.dao.orm.RestrictionsFactory
-