Package | Description |
---|---|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.spatial |
This package defines the central Hibernate Spatial APIs.
|
org.hibernate.spatial.dialect.oracle |
This package contains the spatial extensions for the Oracle 10g 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 | |
org.hibernate.type.descriptor.java | |
org.hibernate.type.descriptor.sql |
Defines handling of the standard JDBC-defined types.
|
Modifier and Type | Method and Description |
---|---|
WrapperOptions |
SessionDelegatorBaseImpl.getWrapperOptions() |
Modifier and Type | Class and Description |
---|---|
class |
WrapperOptionsImpl |
Modifier and Type | Method and Description |
---|---|
WrapperOptions |
AbstractSessionImpl.getWrapperOptions() |
Modifier and Type | Method and Description |
---|---|
<X> X |
JTSGeometryJavaTypeDescriptor.unwrap(com.vividsolutions.jts.geom.Geometry value,
Class<X> type,
WrapperOptions options) |
<X> X |
GeolatteGeometryJavaTypeDescriptor.unwrap(org.geolatte.geom.Geometry value,
Class<X> type,
WrapperOptions options) |
<X> com.vividsolutions.jts.geom.Geometry |
JTSGeometryJavaTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> org.geolatte.geom.Geometry |
GeolatteGeometryJavaTypeDescriptor.wrap(X value,
WrapperOptions options) |
Modifier and Type | Method and Description |
---|---|
protected X |
SDOGeometryValueExtractor.doExtract(CallableStatement statement,
int index,
WrapperOptions options) |
protected X |
SDOGeometryValueExtractor.doExtract(CallableStatement statement,
String name,
WrapperOptions options) |
protected X |
SDOGeometryValueExtractor.doExtract(ResultSet rs,
String name,
WrapperOptions options) |
Modifier and Type | Method and Description |
---|---|
protected T |
AbstractStandardBasicType.nullSafeGet(ResultSet rs,
String name,
WrapperOptions options) |
protected void |
AbstractStandardBasicType.nullSafeSet(CallableStatement st,
Object value,
String name,
WrapperOptions options) |
protected void |
AbstractStandardBasicType.nullSafeSet(PreparedStatement st,
Object value,
int index,
WrapperOptions options) |
protected SqlTypeDescriptor |
AbstractStandardBasicType.remapSqlTypeDescriptor(WrapperOptions options) |
Modifier and Type | Method and Description |
---|---|
WrapperOptions |
WrapperOptionsContext.getWrapperOptions()
Obtain the WrapperOptions for this context.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueBinder.bind(CallableStatement st,
X value,
String name,
WrapperOptions options)
Bind a value to a CallableStatement.
|
void |
ValueBinder.bind(PreparedStatement st,
X value,
int index,
WrapperOptions options)
Bind a value to a prepared statement.
|
X |
ValueExtractor.extract(CallableStatement statement,
int index,
WrapperOptions options) |
X |
ValueExtractor.extract(CallableStatement statement,
String[] paramNames,
WrapperOptions options) |
X |
ValueExtractor.extract(ResultSet rs,
String name,
WrapperOptions options)
Extract value from result set
|
Modifier and Type | Method and Description |
---|---|
<X> X |
BigDecimalTypeDescriptor.unwrap(BigDecimal value,
Class<X> type,
WrapperOptions options) |
<X> X |
BigIntegerTypeDescriptor.unwrap(BigInteger value,
Class<X> type,
WrapperOptions options) |
<X> X |
BlobTypeDescriptor.unwrap(Blob value,
Class<X> type,
WrapperOptions options) |
<X> X |
BooleanTypeDescriptor.unwrap(Boolean value,
Class<X> type,
WrapperOptions options) |
<X> X |
RowVersionTypeDescriptor.unwrap(byte[] value,
Class<X> type,
WrapperOptions options) |
<X> X |
PrimitiveByteArrayTypeDescriptor.unwrap(byte[] value,
Class<X> type,
WrapperOptions options) |
<X> X |
ByteArrayTypeDescriptor.unwrap(Byte[] value,
Class<X> type,
WrapperOptions options) |
<X> X |
ByteTypeDescriptor.unwrap(Byte value,
Class<X> type,
WrapperOptions options) |
<X> X |
CalendarTypeDescriptor.unwrap(Calendar value,
Class<X> type,
WrapperOptions options) |
<X> X |
CalendarDateTypeDescriptor.unwrap(Calendar value,
Class<X> type,
WrapperOptions options) |
<X> X |
CalendarTimeTypeDescriptor.unwrap(Calendar value,
Class<X> type,
WrapperOptions options) |
<X> X |
PrimitiveCharacterArrayTypeDescriptor.unwrap(char[] value,
Class<X> type,
WrapperOptions options) |
<X> X |
CharacterArrayTypeDescriptor.unwrap(Character[] value,
Class<X> type,
WrapperOptions options) |
<X> X |
CharacterTypeDescriptor.unwrap(Character value,
Class<X> type,
WrapperOptions options) |
<X> X |
ClassTypeDescriptor.unwrap(Class value,
Class<X> type,
WrapperOptions options) |
<X> X |
ClobTypeDescriptor.unwrap(Clob value,
Class<X> type,
WrapperOptions options) |
<X> X |
CurrencyTypeDescriptor.unwrap(Currency value,
Class<X> type,
WrapperOptions options) |
<X> X |
JdbcDateTypeDescriptor.unwrap(Date value,
Class<X> type,
WrapperOptions options) |
<X> X |
JdbcTimeTypeDescriptor.unwrap(Date value,
Class<X> type,
WrapperOptions options) |
<X> X |
DateTypeDescriptor.unwrap(Date value,
Class<X> type,
WrapperOptions options) |
<X> X |
JdbcTimestampTypeDescriptor.unwrap(Date value,
Class<X> type,
WrapperOptions options) |
<X> X |
DoubleTypeDescriptor.unwrap(Double value,
Class<X> type,
WrapperOptions options) |
<X> X |
DurationJavaDescriptor.unwrap(java.time.Duration duration,
Class<X> type,
WrapperOptions options) |
<X> X |
FloatTypeDescriptor.unwrap(Float value,
Class<X> type,
WrapperOptions options) |
<X> X |
InstantJavaDescriptor.unwrap(java.time.Instant instant,
Class<X> type,
WrapperOptions options) |
<X> X |
IntegerTypeDescriptor.unwrap(Integer value,
Class<X> type,
WrapperOptions options) |
<X> X |
LocalDateJavaDescriptor.unwrap(java.time.LocalDate value,
Class<X> type,
WrapperOptions options) |
<X> X |
LocalDateTimeJavaDescriptor.unwrap(java.time.LocalDateTime value,
Class<X> type,
WrapperOptions options) |
<X> X |
LocaleTypeDescriptor.unwrap(Locale value,
Class<X> type,
WrapperOptions options) |
<X> X |
LocalTimeJavaDescriptor.unwrap(java.time.LocalTime value,
Class<X> type,
WrapperOptions options) |
<X> X |
LongTypeDescriptor.unwrap(Long value,
Class<X> type,
WrapperOptions options) |
<X> X |
NClobTypeDescriptor.unwrap(NClob value,
Class<X> type,
WrapperOptions options) |
<X> X |
OffsetDateTimeJavaDescriptor.unwrap(java.time.OffsetDateTime offsetDateTime,
Class<X> type,
WrapperOptions options) |
<X> X |
OffsetTimeJavaDescriptor.unwrap(java.time.OffsetTime offsetTime,
Class<X> type,
WrapperOptions options) |
<X> X |
ShortTypeDescriptor.unwrap(Short value,
Class<X> type,
WrapperOptions options) |
<X> X |
StringTypeDescriptor.unwrap(String value,
Class<X> type,
WrapperOptions options) |
<X> X |
JavaTypeDescriptor.unwrap(T value,
Class<X> type,
WrapperOptions options)
Unwrap an instance of our handled Java type into the requested type.
|
<X> X |
EnumJavaTypeDescriptor.unwrap(T value,
Class<X> type,
WrapperOptions options) |
<X> X |
SerializableTypeDescriptor.unwrap(T value,
Class<X> type,
WrapperOptions options) |
<X> X |
JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor.unwrap(T value,
Class<X> type,
WrapperOptions options) |
<X> X |
TimeZoneTypeDescriptor.unwrap(TimeZone value,
Class<X> type,
WrapperOptions options) |
<X> X |
UrlTypeDescriptor.unwrap(URL value,
Class<X> type,
WrapperOptions options) |
<X> X |
UUIDTypeDescriptor.unwrap(UUID value,
Class<X> type,
WrapperOptions options) |
<X> X |
ZonedDateTimeJavaDescriptor.unwrap(java.time.ZonedDateTime zonedDateTime,
Class<X> type,
WrapperOptions options) |
<X> T |
JavaTypeDescriptor.wrap(X value,
WrapperOptions options)
Wrap a value as our handled Java type.
|
<X> Integer |
IntegerTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Short |
ShortTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> char[] |
PrimitiveCharacterArrayTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> T |
EnumJavaTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Calendar |
CalendarTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Double |
DoubleTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> UUID |
UUIDTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> T |
SerializableTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Calendar |
CalendarDateTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Character[] |
CharacterArrayTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Date |
JdbcDateTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Float |
FloatTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> String |
StringTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Date |
JdbcTimeTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Byte |
ByteTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Long |
LongTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Date |
DateTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Blob |
BlobTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Date |
JdbcTimestampTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Boolean |
BooleanTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Byte[] |
ByteArrayTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> BigDecimal |
BigDecimalTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Calendar |
CalendarTimeTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Locale |
LocaleTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> BigInteger |
BigIntegerTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> TimeZone |
TimeZoneTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Currency |
CurrencyTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> T |
JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Class |
ClassTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> byte[] |
RowVersionTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Character |
CharacterTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> URL |
UrlTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> byte[] |
PrimitiveByteArrayTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> Clob |
ClobTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> NClob |
NClobTypeDescriptor.wrap(X value,
WrapperOptions options) |
<X> java.time.ZonedDateTime |
ZonedDateTimeJavaDescriptor.wrap(X value,
WrapperOptions options) |
<X> java.time.LocalDateTime |
LocalDateTimeJavaDescriptor.wrap(X value,
WrapperOptions options) |
<X> java.time.Duration |
DurationJavaDescriptor.wrap(X value,
WrapperOptions options) |
<X> java.time.OffsetTime |
OffsetTimeJavaDescriptor.wrap(X value,
WrapperOptions options) |
<X> java.time.LocalTime |
LocalTimeJavaDescriptor.wrap(X value,
WrapperOptions options) |
<X> java.time.OffsetDateTime |
OffsetDateTimeJavaDescriptor.wrap(X value,
WrapperOptions options) |
<X> java.time.LocalDate |
LocalDateJavaDescriptor.wrap(X value,
WrapperOptions options) |
<X> java.time.Instant |
InstantJavaDescriptor.wrap(X value,
WrapperOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
BasicBinder.bind(CallableStatement st,
J value,
String name,
WrapperOptions options) |
void |
BasicBinder.bind(PreparedStatement st,
J value,
int index,
WrapperOptions options) |
protected abstract void |
BasicBinder.doBind(CallableStatement st,
J value,
String name,
WrapperOptions options)
Perform the binding.
|
protected abstract void |
BasicBinder.doBind(PreparedStatement st,
J value,
int index,
WrapperOptions options)
Perform the binding.
|
protected abstract J |
BasicExtractor.doExtract(CallableStatement statement,
int index,
WrapperOptions options)
Perform the extraction.
|
protected abstract J |
BasicExtractor.doExtract(CallableStatement statement,
String name,
WrapperOptions options)
Perform the extraction.
|
protected abstract J |
BasicExtractor.doExtract(ResultSet rs,
String name,
WrapperOptions options)
Perform the extraction.
|
J |
BasicExtractor.extract(CallableStatement statement,
int index,
WrapperOptions options) |
J |
BasicExtractor.extract(CallableStatement statement,
String[] paramNames,
WrapperOptions options) |
J |
BasicExtractor.extract(ResultSet rs,
String name,
WrapperOptions options) |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.