Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.dao.orm.Type

Packages that use Type
com.liferay.portal.dao.orm.hibernate   
com.liferay.portal.dao.orm.jpa   
com.liferay.portal.kernel.dao.orm   
 

Uses of Type in com.liferay.portal.dao.orm.hibernate
 

Methods in com.liferay.portal.dao.orm.hibernate with parameters of type Type
 SQLQuery SQLQueryImpl.addScalar(String columnAlias, Type type)
           
 Projection ProjectionFactoryImpl.sqlProjection(String sql, String[] columnAliases, Type[] types)
           
 Criterion RestrictionsFactoryImpl.sqlRestriction(String sql, Object[] values, Type[] types)
           
 Criterion RestrictionsFactoryImpl.sqlRestriction(String sql, Object value, Type type)
           
static org.hibernate.type.Type TypeTranslator.translate(Type type)
           
 

Uses of Type in com.liferay.portal.dao.orm.jpa
 

Methods in com.liferay.portal.dao.orm.jpa with parameters of type Type
 SQLQuery SQLQueryImpl.addScalar(String columnAlias, Type type)
           
 Projection ProjectionFactoryImpl.sqlProjection(String sql, String[] columnAliases, Type[] types)
           
 Criterion RestrictionsFactoryImpl.sqlRestriction(String sql, Object[] values, Type[] types)
           
 Criterion RestrictionsFactoryImpl.sqlRestriction(String sql, Object value, Type type)
           
 

Uses of Type in com.liferay.portal.kernel.dao.orm
 

Methods in com.liferay.portal.kernel.dao.orm that return Type
static Type Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Type[] Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type Type
 SQLQuery SQLQuery.addScalar(String columnAlias, Type type)
           
 Projection ProjectionFactory.sqlProjection(String sql, String[] columnAliases, Type[] types)
           
static Projection ProjectionFactoryUtil.sqlProjection(String sql, String[] columnAliases, Type[] types)
           
static Criterion RestrictionsFactoryUtil.sqlRestriction(String sql, Object[] values, Type[] types)
           
 Criterion RestrictionsFactory.sqlRestriction(String sql, Object[] values, Type[] types)
           
static Criterion RestrictionsFactoryUtil.sqlRestriction(String sql, Object value, Type type)
           
 Criterion RestrictionsFactory.sqlRestriction(String sql, Object value, Type type)
           
 


Liferay 6.1.2-ce-ga3