Class TypeTranslator

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

public class TypeTranslator extends Object
Author:
Brian Wing Shun Chan
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
    static final org.hibernate.type.Type
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.hibernate.type.Type
    translate(com.liferay.portal.kernel.dao.orm.Type type)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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 Details

    • TypeTranslator

      public TypeTranslator()
  • Method Details

    • translate

      public static org.hibernate.type.Type translate(com.liferay.portal.kernel.dao.orm.Type type)