Class TypeFactoryWrapper


  • public class TypeFactoryWrapper
    extends Object
    • Method Detail

      • getBooleanType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getBooleanType()
      • getByteType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getByteType()
      • getBigIntegerType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getBigIntegerType()
      • getShortType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getShortType()
      • getCalendarType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getCalendarType()
      • getCalendarDateType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getCalendarDateType()
      • getIntegerType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getIntegerType()
      • getBigDecimalType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getBigDecimalType()
      • getCharacterType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getCharacterType()
      • getClassType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getClassType()
      • getCurrencyType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getCurrencyType()
      • getDateType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getDateType()
      • getDoubleType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getDoubleType()
      • getFloatType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getFloatType()
      • getLocaleType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getLocaleType()
      • getLongType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getLongType()
      • getStringType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getStringType()
      • getTextType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getTextType()
      • getTimeType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getTimeType()
      • getTimestampType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getTimestampType()
      • getTimezoneType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getTimezoneType()
      • getTrueFalseType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getTrueFalseType()
      • getYesNoType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getYesNoType()
      • getNamedType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getNamedType​(String name)
      • getBasicType

        public org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper getBasicType​(String name)
      • getTypeFormats

        public Map<org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper,​String> getTypeFormats()
      • initializeTypeFormats

        protected void initializeTypeFormats()
      • addTypeFormat

        protected void addTypeFormat​(org.hibernate.tool.orm.jbt.wrp.TypeWrapperFactory.TypeWrapper type,
                                     Object value)