Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.spatial |
This package defines the central Hibernate Spatial APIs.
|
org.hibernate.spatial.dialect.h2geodb |
This package contains the H2 Dialect extensions for the GeoDB dialect.
|
org.hibernate.spatial.dialect.hana | |
org.hibernate.spatial.dialect.mysql |
This package contains the spatial extensions for the MySQL dialect.
|
org.hibernate.spatial.dialect.oracle |
This package contains the spatial extensions for the Oracle 10g dialect.
|
org.hibernate.spatial.dialect.postgis |
This package contains the spatial extensions for the Postgresql dialect.
|
org.hibernate.spatial.dialect.sqlserver |
This package contains the spatial extensions for the SqlServer2008 dialect.
|
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
org.hibernate.type.descriptor.converter |
Support for handling JPA
AttributeConverter instances as part of the
Hibernate Type system. |
org.hibernate.type.descriptor.java | |
org.hibernate.type.descriptor.sql |
Defines handling of the standard JDBC-defined types.
|
Class and Description |
---|
JavaTypeDescriptor
Descriptor for the Java side of a value mapping.
|
Class and Description |
---|
AbstractTypeDescriptor
Abstract adapter for Java type descriptors.
|
JavaTypeDescriptor
Descriptor for the Java side of a value mapping.
|
Class and Description |
---|
JavaTypeDescriptor
Descriptor for the Java side of a value mapping.
|
Class and Description |
---|
JavaTypeDescriptor
Descriptor for the Java side of a value mapping.
|
Class and Description |
---|
JavaTypeDescriptor
Descriptor for the Java side of a value mapping.
|
Class and Description |
---|
JavaTypeDescriptor
Descriptor for the Java side of a value mapping.
|
Class and Description |
---|
JavaTypeDescriptor
Descriptor for the Java side of a value mapping.
|
Class and Description |
---|
JavaTypeDescriptor
Descriptor for the Java side of a value mapping.
|
Class and Description |
---|
BooleanTypeDescriptor
Descriptor for
Boolean handling. |
JavaTypeDescriptor
Descriptor for the Java side of a value mapping.
|
MutabilityPlan
Describes the mutability aspects of a Java type.
|
Class and Description |
---|
JavaTypeDescriptor
Descriptor for the Java side of a value mapping.
|
MutabilityPlan
Describes the mutability aspects of a Java type.
|
MutableMutabilityPlan
Mutability plan for mutable objects
|
Class and Description |
---|
AbstractTypeDescriptor
Abstract adapter for Java type descriptors.
|
ArrayMutabilityPlan
A mutability plan for arrays.
|
BigDecimalTypeDescriptor
Descriptor for
BigDecimal handling. |
BigIntegerTypeDescriptor
Descriptor for
BigInteger handling. |
BlobTypeDescriptor
Descriptor for
Blob handling. |
BlobTypeDescriptor.BlobMutabilityPlan |
BooleanTypeDescriptor
Descriptor for
Boolean handling. |
ByteArrayTypeDescriptor
Descriptor for
Byte[] handling. |
ByteTypeDescriptor
Descriptor for
Byte handling. |
CalendarDateTypeDescriptor
Descriptor for
Calendar handling, but just for the date (month, day, year) portion. |
CalendarTimeTypeDescriptor
Descriptor for
Calendar handling, but just for the time portion. |
CalendarTypeDescriptor
Descriptor for
Calendar handling. |
CalendarTypeDescriptor.CalendarMutabilityPlan |
CharacterArrayTypeDescriptor
Descriptor for
Character[] handling. |
CharacterTypeDescriptor
Descriptor for
Character handling. |
ClassTypeDescriptor
Descriptor for
Class handling. |
ClobTypeDescriptor
Descriptor for
Clob handling. |
ClobTypeDescriptor.ClobMutabilityPlan |
CurrencyTypeDescriptor
Descriptor for
Currency handling. |
DateTypeDescriptor
Descriptor for
Date handling. |
DateTypeDescriptor.DateMutabilityPlan |
DoubleTypeDescriptor
Descriptor for
Double handling. |
DurationJavaDescriptor |
FloatTypeDescriptor
Descriptor for
Float handling. |
ImmutableMutabilityPlan
Mutability plan for immutable objects
|
IncomparableComparator
Comparator for things that cannot be compared (in a way we know about).
|
InstantJavaDescriptor
Java type descriptor for the LocalDateTime type.
|
IntegerTypeDescriptor
Descriptor for
Integer handling. |
JavaTypeDescriptor
Descriptor for the Java side of a value mapping.
|
JavaTypeDescriptorRegistry
Basically a map from
Class -> JavaTypeDescriptor |
JdbcDateTypeDescriptor
Descriptor for
Date handling. |
JdbcDateTypeDescriptor.DateMutabilityPlan |
JdbcTimestampTypeDescriptor
Descriptor for
Timestamp handling. |
JdbcTimestampTypeDescriptor.TimestampMutabilityPlan |
JdbcTimeTypeDescriptor
Descriptor for
Time handling. |
JdbcTimeTypeDescriptor.TimeMutabilityPlan |
LocalDateJavaDescriptor
Java type descriptor for the LocalDateTime type.
|
LocalDateTimeJavaDescriptor
Java type descriptor for the LocalDateTime type.
|
LocaleTypeDescriptor
Descriptor for
Locale handling. |
LocaleTypeDescriptor.LocaleComparator |
LocalTimeJavaDescriptor
Java type descriptor for the LocalDateTime type.
|
LongTypeDescriptor
Descriptor for
Long handling. |
MutabilityPlan
Describes the mutability aspects of a Java type.
|
MutableMutabilityPlan
Mutability plan for mutable objects
|
NClobTypeDescriptor
Descriptor for
NClob handling. |
NClobTypeDescriptor.NClobMutabilityPlan |
OffsetDateTimeJavaDescriptor
Java type descriptor for the LocalDateTime type.
|
OffsetTimeJavaDescriptor
Java type descriptor for the LocalDateTime type.
|
PrimitiveByteArrayTypeDescriptor
Descriptor for
byte[] handling. |
PrimitiveCharacterArrayTypeDescriptor
Descriptor for
char[] handling. |
RowVersionTypeDescriptor
Descriptor for
byte[] handling specifically used for specifically for entity versions/timestamps. |
SerializableTypeDescriptor.SerializableMutabilityPlan |
ShortTypeDescriptor
Descriptor for
Short handling. |
StringTypeDescriptor
Descriptor for
String handling. |
TimeZoneTypeDescriptor
Descriptor for
TimeZone handling. |
TimeZoneTypeDescriptor.TimeZoneComparator |
UrlTypeDescriptor
Descriptor for
URL handling. |
UUIDTypeDescriptor
Descriptor for
UUID handling. |
UUIDTypeDescriptor.PassThroughTransformer |
UUIDTypeDescriptor.ToBytesTransformer |
UUIDTypeDescriptor.ToStringTransformer |
UUIDTypeDescriptor.ValueTransformer |
ZonedDateTimeJavaDescriptor
Java type descriptor for the LocalDateTime type.
|
Class and Description |
---|
JavaTypeDescriptor
Descriptor for the Java side of a value mapping.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.