Liferay 6.2-ce-ga5

com.liferay.portal.dao.orm.hibernate
Class TypeTranslator

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.TypeTranslator

public class TypeTranslator
extends Object


Field Summary
static org.hibernate.type.Type BIG_DECIMAL
           
static org.hibernate.type.Type BIG_INTEGER
           
static org.hibernate.type.Type BINARY
           
static org.hibernate.type.Type BLOB
           
static org.hibernate.type.Type BOOLEAN
           
static org.hibernate.type.Type BYTE
           
static org.hibernate.type.Type CALENDAR
           
static org.hibernate.type.Type CALENDAR_DATE
           
static org.hibernate.type.Type CHAR_ARRAY
           
static org.hibernate.type.Type CHARACTER
           
static org.hibernate.type.Type CHARACTER_ARRAY
           
static org.hibernate.type.Type CLASS
           
static org.hibernate.type.Type CLOB
           
static org.hibernate.type.Type CURRENCY
           
static org.hibernate.type.Type DATE
           
static org.hibernate.type.Type DOUBLE
           
static org.hibernate.type.Type FLOAT
           
static org.hibernate.type.Type IMAGE
           
static org.hibernate.type.Type INTEGER
           
static org.hibernate.type.Type LOCALE
           
static org.hibernate.type.Type LONG
           
static org.hibernate.type.Type MATERIALIZED_BLOB
           
static org.hibernate.type.Type MATERIALIZED_CLOB
           
static org.hibernate.type.Type NUMERIC_BOOLEAN
           
static org.hibernate.type.Type SERIALIZABLE
           
static org.hibernate.type.Type SHORT
           
static org.hibernate.type.Type STRING
           
static org.hibernate.type.Type TEXT
           
static org.hibernate.type.Type TIME
           
static org.hibernate.type.Type TIMESTAMP
           
static org.hibernate.type.Type TIMEZONE
           
static org.hibernate.type.Type TRUE_FALSE
           
static org.hibernate.type.Type URL
           
static org.hibernate.type.Type UUID_BINARY
           
static org.hibernate.type.Type UUID_CHAR
           
static org.hibernate.type.Type WRAPPER_BINARY
           
static org.hibernate.type.Type YES_NO
           
 
Constructor Summary
TypeTranslator()
           
 
Method Summary
static org.hibernate.type.Type translate(Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BIG_DECIMAL

public static final org.hibernate.type.Type BIG_DECIMAL

BIG_INTEGER

public static final org.hibernate.type.Type BIG_INTEGER

BINARY

public static final org.hibernate.type.Type BINARY

BLOB

public static final org.hibernate.type.Type BLOB

BOOLEAN

public static final org.hibernate.type.Type BOOLEAN

BYTE

public static final org.hibernate.type.Type BYTE

CALENDAR

public static final org.hibernate.type.Type CALENDAR

CALENDAR_DATE

public static final org.hibernate.type.Type CALENDAR_DATE

CHAR_ARRAY

public static final org.hibernate.type.Type CHAR_ARRAY

CHARACTER

public static final org.hibernate.type.Type CHARACTER

CHARACTER_ARRAY

public static final org.hibernate.type.Type CHARACTER_ARRAY

CLASS

public static final org.hibernate.type.Type CLASS

CLOB

public static final org.hibernate.type.Type CLOB

CURRENCY

public static final org.hibernate.type.Type CURRENCY

DATE

public static final org.hibernate.type.Type DATE

DOUBLE

public static final org.hibernate.type.Type DOUBLE

FLOAT

public static final org.hibernate.type.Type FLOAT

IMAGE

public static final org.hibernate.type.Type IMAGE

INTEGER

public static final org.hibernate.type.Type INTEGER

LOCALE

public static final org.hibernate.type.Type LOCALE

LONG

public static final org.hibernate.type.Type LONG

MATERIALIZED_BLOB

public static final org.hibernate.type.Type MATERIALIZED_BLOB

MATERIALIZED_CLOB

public static final org.hibernate.type.Type MATERIALIZED_CLOB

NUMERIC_BOOLEAN

public static final org.hibernate.type.Type NUMERIC_BOOLEAN

SERIALIZABLE

public static final org.hibernate.type.Type SERIALIZABLE

SHORT

public static final org.hibernate.type.Type SHORT

STRING

public static final org.hibernate.type.Type STRING

TEXT

public static final org.hibernate.type.Type TEXT

TIME

public static final org.hibernate.type.Type TIME

TIMESTAMP

public static final org.hibernate.type.Type TIMESTAMP

TIMEZONE

public static final org.hibernate.type.Type TIMEZONE

TRUE_FALSE

public static final org.hibernate.type.Type TRUE_FALSE

URL

public static final org.hibernate.type.Type URL

UUID_BINARY

public static final org.hibernate.type.Type UUID_BINARY

UUID_CHAR

public static final org.hibernate.type.Type UUID_CHAR

WRAPPER_BINARY

public static final org.hibernate.type.Type WRAPPER_BINARY

YES_NO

public static final org.hibernate.type.Type YES_NO
Constructor Detail

TypeTranslator

public TypeTranslator()
Method Detail

translate

public static org.hibernate.type.Type translate(Type type)

Liferay 6.2-ce-ga5