class |
AbstractSingleColumnStandardBasicType<T> |
TODO : javadoc
|
class |
AbstractStandardBasicType<T> |
Convenience base class for BasicType implementations
|
class |
AdaptedImmutableType<T> |
Optimize a mutable type, if the user promises not to mutable the
instances.
|
class |
BigDecimalType |
|
class |
BigIntegerType |
|
class |
BinaryType |
A type that maps between a VARBINARY and byte[]
Implementation of the VersionType interface should be considered deprecated.
|
class |
BlobType |
|
class |
BooleanType |
|
class |
ByteType |
|
class |
CalendarDateType |
|
class |
CalendarTimeType |
|
class |
CalendarType |
|
class |
CharacterArrayClobType |
|
class |
CharacterArrayNClobType |
|
class |
CharacterArrayType |
|
class |
CharacterNCharType |
|
class |
CharacterType |
|
class |
CharArrayType |
A type that maps between VARCHAR and char[]
|
class |
ClassType |
|
class |
ClobType |
|
class |
ComponentType |
Handles "component" mappings
|
class |
CurrencyType |
|
class |
CustomType |
Adapts UserType to the generic Type interface, in order
to isolate user code from changes in the internal Type contracts.
|
class |
DateType |
|
class |
DbTimestampType |
dbtimestamp: An extension of TimestampType which
maps to the database's current timestamp, rather than the jvm's
current timestamp.
|
class |
DoubleType |
|
class |
DurationType |
|
class |
EmbeddedComponentType |
|
class |
FloatType |
|
class |
ImageType |
|
class |
InstantType |
|
class |
IntegerType |
A type that maps between INTEGER and @link Integer}
|
class |
LocalDateTimeType |
|
class |
LocalDateType |
|
class |
LocaleType |
A type that maps between VARCHAR and @link Locale}
|
class |
LocalTimeType |
|
class |
LongType |
|
class |
MaterializedBlobType |
A type that maps between BLOB and byte[]
|
class |
MaterializedClobType |
|
class |
MaterializedNClobType |
|
class |
NClobType |
|
class |
NTextType |
|
class |
NumericBooleanType |
|
class |
OffsetDateTimeType |
|
class |
OffsetTimeType |
|
class |
PostgresUUIDType |
Specialized type mapping for UUID and the Postgres UUID data type (which is mapped as OTHER in its
JDBC driver).
|
class |
PrimitiveCharacterArrayClobType |
Map a char[] to a Clob
|
class |
PrimitiveCharacterArrayNClobType |
Map a char[] to a NClob
|
class |
RowVersionType |
A type that maps between a VARBINARY and byte[]
specifically for entity versions/timestamps.
|
class |
SerializableToBlobType<T extends Serializable> |
|
class |
SerializableType<T extends Serializable> |
|
class |
ShortType |
|
class |
StandardBasicTypeTemplate<J> |
A BasicType adapter targeting partial portability to 6.0's type
system changes.
|
class |
StringNVarcharType |
|
class |
StringType |
|
class |
TextType |
|
class |
TimestampType |
|
class |
TimeType |
|
class |
TimeZoneType |
|
class |
TrueFalseType |
|
class |
UrlType |
|
class |
UUIDBinaryType |
|
class |
UUIDCharType |
|
class |
WrappedMaterializedBlobType |
A type that maps JDBC BLOB and Byte[] .
|
class |
WrapperBinaryType |
|
class |
YesNoType |
|
class |
ZonedDateTimeType |
|