Interface TypeFactoryWrapper
-
-
Method Summary
-
Methods inherited from interface org.hibernate.tool.orm.jbt.api.wrp.Wrapper
getWrappedObject
-
-
-
-
Method Detail
-
getBooleanType
TypeWrapper getBooleanType()
-
getByteType
TypeWrapper getByteType()
-
getBigIntegerType
TypeWrapper getBigIntegerType()
-
getShortType
TypeWrapper getShortType()
-
getCalendarType
TypeWrapper getCalendarType()
-
getCalendarDateType
TypeWrapper getCalendarDateType()
-
getIntegerType
TypeWrapper getIntegerType()
-
getBigDecimalType
TypeWrapper getBigDecimalType()
-
getCharacterType
TypeWrapper getCharacterType()
-
getClassType
TypeWrapper getClassType()
-
getCurrencyType
TypeWrapper getCurrencyType()
-
getDateType
TypeWrapper getDateType()
-
getDoubleType
TypeWrapper getDoubleType()
-
getFloatType
TypeWrapper getFloatType()
-
getLocaleType
TypeWrapper getLocaleType()
-
getLongType
TypeWrapper getLongType()
-
getStringType
TypeWrapper getStringType()
-
getTextType
TypeWrapper getTextType()
-
getTimeType
TypeWrapper getTimeType()
-
getTimestampType
TypeWrapper getTimestampType()
-
getTimezoneType
TypeWrapper getTimezoneType()
-
getTrueFalseType
TypeWrapper getTrueFalseType()
-
getYesNoType
TypeWrapper getYesNoType()
-
getNamedType
TypeWrapper getNamedType(String name)
-
getBasicType
TypeWrapper getBasicType(String name)
-
getTypeFormats
Map<TypeWrapper,String> getTypeFormats()
-
-