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 Type
Returns 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 Projection
ProjectionFactoryUtil.sqlGroupProjection
(String sql, String groupBy, String[] columnAliases, Type[] types) ProjectionFactory.sqlProjection
(String sql, String[] columnAliases, Type[] types) static Projection
ProjectionFactoryUtil.sqlProjection
(String sql, String[] columnAliases, Type[] types) RestrictionsFactory.sqlRestriction
(String sql, Object[] values, Type[] types) RestrictionsFactory.sqlRestriction
(String sql, Object value, Type type) static Criterion
RestrictionsFactoryUtil.sqlRestriction
(String sql, Object[] values, Type[] types) static Criterion
RestrictionsFactoryUtil.sqlRestriction
(String sql, Object value, Type type)