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 TypeInterfaceDescriptioninterfaceinterfaceinterfaceMethods in com.liferay.portal.kernel.dao.orm that return CriterionModifier and TypeMethodDescriptionstatic Criterionstatic Criterionstatic CriterionProperty.eq(DynamicQuery subselect) static CriterionProperty.eqAll(DynamicQuery subselect) Property.eqProperty(Property other) Property.eqProperty(String other) RestrictionsFactory.eqProperty(String propertyName, String otherPropertyName) static CriterionRestrictionsFactoryUtil.eqProperty(String propertyName, String otherPropertyName) Property.ge(DynamicQuery subselect) static CriterionProperty.geAll(DynamicQuery subselect) Property.geProperty(Property other) Property.geProperty(String other) RestrictionsFactory.geProperty(String propertyName, String otherPropertyName) static CriterionRestrictionsFactoryUtil.geProperty(String propertyName, String otherPropertyName) Property.geSome(DynamicQuery subselect) Property.gt(DynamicQuery subselect) static CriterionProperty.gtAll(DynamicQuery subselect) Property.gtProperty(Property other) Property.gtProperty(String other) RestrictionsFactory.gtProperty(String propertyName, String otherPropertyName) static CriterionRestrictionsFactoryUtil.gtProperty(String propertyName, String otherPropertyName) Property.gtSome(DynamicQuery subselect) static CriterionProperty.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 Criterionstatic CriterionRestrictionsFactoryUtil.in(String propertyName, Collection<?> values) Property.isEmpty()static CriterionProperty.isNotEmpty()RestrictionsFactory.isNotEmpty(String propertyName) static CriterionRestrictionsFactoryUtil.isNotEmpty(String propertyName) Property.isNotNull()static CriterionProperty.isNull()static CriterionProperty.le(DynamicQuery subselect) static CriterionProperty.leAll(DynamicQuery subselect) Property.leProperty(Property other) Property.leProperty(String other) RestrictionsFactory.leProperty(String propertyName, String otherPropertyName) static CriterionRestrictionsFactoryUtil.leProperty(String propertyName, String otherPropertyName) Property.leSome(DynamicQuery subselect) static CriterionProperty.lt(DynamicQuery subselect) static CriterionProperty.ltAll(DynamicQuery subselect) Property.ltProperty(Property other) Property.ltProperty(String other) RestrictionsFactory.ltProperty(String propertyName, String otherPropertyName) static CriterionRestrictionsFactoryUtil.ltProperty(String propertyName, String otherPropertyName) Property.ltSome(DynamicQuery subselect) Property.ne(DynamicQuery subselect) static CriterionProperty.neProperty(Property other) Property.neProperty(String other) RestrictionsFactory.neProperty(String propertyName, String otherPropertyName) static CriterionRestrictionsFactoryUtil.neProperty(String propertyName, String otherPropertyName) static CriterionProperty.notIn(DynamicQuery subselect) static Criterionstatic Criterionstatic Criterionstatic Criterionstatic Criterionstatic Criterionstatic CriterionRestrictionsFactory.sqlRestriction(String sql) RestrictionsFactory.sqlRestriction(String sql, Object[] values, Type[] types) RestrictionsFactory.sqlRestriction(String sql, Object value, Type type) static CriterionRestrictionsFactoryUtil.sqlRestriction(String sql) static CriterionRestrictionsFactoryUtil.sqlRestriction(String sql, Object[] values, Type[] types) static CriterionRestrictionsFactoryUtil.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