Uses of Interface
com.liferay.portal.kernel.dao.orm.Criterion
Packages that use Criterion
-
Uses of Criterion in com.liferay.exportimport.kernel.lar
Methods in com.liferay.exportimport.kernel.lar that return Criterion -
Uses of Criterion in com.liferay.portal.kernel.dao.orm
Subinterfaces of Criterion in com.liferay.portal.kernel.dao.ormModifier and TypeInterfaceDescriptioninterface
interface
interface
Methods in com.liferay.portal.kernel.dao.orm that return CriterionModifier and TypeMethodDescriptionstatic Criterion
static Criterion
static Criterion
Property.eq
(DynamicQuery subselect) static Criterion
Property.eqAll
(DynamicQuery subselect) Property.eqProperty
(Property other) Property.eqProperty
(String other) RestrictionsFactory.eqProperty
(String propertyName, String otherPropertyName) static Criterion
RestrictionsFactoryUtil.eqProperty
(String propertyName, String otherPropertyName) Property.ge
(DynamicQuery subselect) static Criterion
Property.geAll
(DynamicQuery subselect) Property.geProperty
(Property other) Property.geProperty
(String other) RestrictionsFactory.geProperty
(String propertyName, String otherPropertyName) static Criterion
RestrictionsFactoryUtil.geProperty
(String propertyName, String otherPropertyName) Property.geSome
(DynamicQuery subselect) Property.gt
(DynamicQuery subselect) static Criterion
Property.gtAll
(DynamicQuery subselect) Property.gtProperty
(Property other) Property.gtProperty
(String other) RestrictionsFactory.gtProperty
(String propertyName, String otherPropertyName) static Criterion
RestrictionsFactoryUtil.gtProperty
(String propertyName, String otherPropertyName) Property.gtSome
(DynamicQuery subselect) static Criterion
Property.in
(char[] values) Property.in
(double[] values) Property.in
(float[] values) Property.in
(int[] values) Property.in
(long[] values) Property.in
(short[] values) Property.in
(DynamicQuery subselect) Property.in
(Collection<?> values) RestrictionsFactory.in
(String propertyName, Collection<?> values) static Criterion
static Criterion
RestrictionsFactoryUtil.in
(String propertyName, Collection<?> values) Property.isEmpty()
static Criterion
Property.isNotEmpty()
RestrictionsFactory.isNotEmpty
(String propertyName) static Criterion
RestrictionsFactoryUtil.isNotEmpty
(String propertyName) Property.isNotNull()
static Criterion
Property.isNull()
static Criterion
Property.le
(DynamicQuery subselect) static Criterion
Property.leAll
(DynamicQuery subselect) Property.leProperty
(Property other) Property.leProperty
(String other) RestrictionsFactory.leProperty
(String propertyName, String otherPropertyName) static Criterion
RestrictionsFactoryUtil.leProperty
(String propertyName, String otherPropertyName) Property.leSome
(DynamicQuery subselect) static Criterion
Property.lt
(DynamicQuery subselect) static Criterion
Property.ltAll
(DynamicQuery subselect) Property.ltProperty
(Property other) Property.ltProperty
(String other) RestrictionsFactory.ltProperty
(String propertyName, String otherPropertyName) static Criterion
RestrictionsFactoryUtil.ltProperty
(String propertyName, String otherPropertyName) Property.ltSome
(DynamicQuery subselect) Property.ne
(DynamicQuery subselect) static Criterion
Property.neProperty
(Property other) Property.neProperty
(String other) RestrictionsFactory.neProperty
(String propertyName, String otherPropertyName) static Criterion
RestrictionsFactoryUtil.neProperty
(String propertyName, String otherPropertyName) static Criterion
Property.notIn
(DynamicQuery subselect) static Criterion
static Criterion
static Criterion
static Criterion
static Criterion
static Criterion
static Criterion
RestrictionsFactory.sqlRestriction
(String sql) RestrictionsFactory.sqlRestriction
(String sql, Object[] values, Type[] types) RestrictionsFactory.sqlRestriction
(String sql, Object value, Type type) static Criterion
RestrictionsFactoryUtil.sqlRestriction
(String sql) static Criterion
RestrictionsFactoryUtil.sqlRestriction
(String sql, Object[] values, Type[] types) static Criterion
RestrictionsFactoryUtil.sqlRestriction
(String sql, Object value, Type type) Methods in com.liferay.portal.kernel.dao.orm with parameters of type CriterionMethod parameters in com.liferay.portal.kernel.dao.orm with type arguments of type Criterion