Uses of Enum Class
com.liferay.portal.kernel.dao.orm.Type
Packages that use Type
-
Uses of Type in com.liferay.portal.kernel.dao.orm
Methods in com.liferay.portal.kernel.dao.orm that return TypeModifier and TypeMethodDescriptionstatic TypeReturns the enum constant of this class with the specified name.static Type[]Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.liferay.portal.kernel.dao.orm with parameters of type TypeModifier and TypeMethodDescriptionProjectionFactory.sqlGroupProjection(String sql, String groupBy, String[] columnAliases, Type[] types) static ProjectionProjectionFactoryUtil.sqlGroupProjection(String sql, String groupBy, String[] columnAliases, Type[] types) ProjectionFactory.sqlProjection(String sql, String[] columnAliases, Type[] types) static ProjectionProjectionFactoryUtil.sqlProjection(String sql, String[] columnAliases, Type[] types) RestrictionsFactory.sqlRestriction(String sql, Object[] values, Type[] types) RestrictionsFactory.sqlRestriction(String sql, Object value, Type type) static CriterionRestrictionsFactoryUtil.sqlRestriction(String sql, Object[] values, Type[] types) static CriterionRestrictionsFactoryUtil.sqlRestriction(String sql, Object value, Type type)