|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WrapperOptions | |
---|---|
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, as declared by Types . |
Uses of WrapperOptions in org.hibernate.type |
---|
Methods in org.hibernate.type with parameters of type WrapperOptions | |
---|---|
protected T |
AbstractStandardBasicType.nullSafeGet(java.sql.ResultSet rs,
java.lang.String name,
WrapperOptions options)
|
protected void |
AbstractStandardBasicType.nullSafeSet(java.sql.PreparedStatement st,
java.lang.Object value,
int index,
WrapperOptions options)
|
Uses of WrapperOptions in org.hibernate.type.descriptor |
---|
Methods in org.hibernate.type.descriptor with parameters of type WrapperOptions | |
---|---|
void |
ValueBinder.bind(java.sql.PreparedStatement st,
X value,
int index,
WrapperOptions options)
Bind a value to a prepared statement. |
X |
ValueExtractor.extract(java.sql.ResultSet rs,
java.lang.String name,
WrapperOptions options)
Extract value from result set |
Uses of WrapperOptions in org.hibernate.type.descriptor.java |
---|
Methods in org.hibernate.type.descriptor.java with parameters of type WrapperOptions | ||
---|---|---|
|
BigDecimalTypeDescriptor.unwrap(java.math.BigDecimal value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
BigIntegerTypeDescriptor.unwrap(java.math.BigInteger value,
java.lang.Class<X> type,
WrapperOptions options)
Unwrap an instance of our handled Java type into the requested type. |
|
|
BlobTypeDescriptor.unwrap(java.sql.Blob value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
BooleanTypeDescriptor.unwrap(java.lang.Boolean value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
PrimitiveByteArrayTypeDescriptor.unwrap(byte[] value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
ByteArrayTypeDescriptor.unwrap(java.lang.Byte[] value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
ByteTypeDescriptor.unwrap(java.lang.Byte value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
CalendarDateTypeDescriptor.unwrap(java.util.Calendar value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
CalendarTypeDescriptor.unwrap(java.util.Calendar value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
PrimitiveCharacterArrayTypeDescriptor.unwrap(char[] value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
CharacterArrayTypeDescriptor.unwrap(java.lang.Character[] value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
CharacterTypeDescriptor.unwrap(java.lang.Character value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
ClassTypeDescriptor.unwrap(java.lang.Class value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
ClobTypeDescriptor.unwrap(java.sql.Clob value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
CurrencyTypeDescriptor.unwrap(java.util.Currency value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
DateTypeDescriptor.unwrap(java.util.Date value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
JdbcTimeTypeDescriptor.unwrap(java.util.Date value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
JdbcTimestampTypeDescriptor.unwrap(java.util.Date value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
JdbcDateTypeDescriptor.unwrap(java.util.Date value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
DoubleTypeDescriptor.unwrap(java.lang.Double value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
FloatTypeDescriptor.unwrap(java.lang.Float value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
IntegerTypeDescriptor.unwrap(java.lang.Integer value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
LocaleTypeDescriptor.unwrap(java.util.Locale value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
LongTypeDescriptor.unwrap(java.lang.Long value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
ShortTypeDescriptor.unwrap(java.lang.Short value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
StringTypeDescriptor.unwrap(java.lang.String value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
SerializableTypeDescriptor.unwrap(T value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
JavaTypeDescriptor.unwrap(T value,
java.lang.Class<X> type,
WrapperOptions options)
Unwrap an instance of our handled Java type into the requested type. |
|
|
TimeZoneTypeDescriptor.unwrap(java.util.TimeZone value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
UrlTypeDescriptor.unwrap(java.net.URL value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
UUIDTypeDescriptor.unwrap(java.util.UUID value,
java.lang.Class<X> type,
WrapperOptions options)
|
|
|
FloatTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
SerializableTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
CalendarDateTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
BooleanTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
ByteArrayTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
ClobTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
PrimitiveByteArrayTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
DateTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
UrlTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
LongTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
UUIDTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
BigDecimalTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
ClassTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
ByteTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
CalendarTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
BigIntegerTypeDescriptor.wrap(X value,
WrapperOptions options)
Wrap a value as our handled Java type. |
|
|
CharacterArrayTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
LocaleTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
TimeZoneTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
JdbcTimeTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
JdbcTimestampTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
PrimitiveCharacterArrayTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
JavaTypeDescriptor.wrap(X value,
WrapperOptions options)
Wrap a value as our handled Java type. |
|
|
StringTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
ShortTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
CurrencyTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
CharacterTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
IntegerTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
BlobTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
DoubleTypeDescriptor.wrap(X value,
WrapperOptions options)
|
|
|
JdbcDateTypeDescriptor.wrap(X value,
WrapperOptions options)
|
Uses of WrapperOptions in org.hibernate.type.descriptor.sql |
---|
Methods in org.hibernate.type.descriptor.sql with parameters of type WrapperOptions | |
---|---|
void |
BasicBinder.bind(java.sql.PreparedStatement st,
J value,
int index,
WrapperOptions options)
Bind a value to a prepared statement. |
protected abstract void |
BasicBinder.doBind(java.sql.PreparedStatement st,
J value,
int index,
WrapperOptions options)
Perform the binding. |
protected abstract J |
BasicExtractor.doExtract(java.sql.ResultSet rs,
java.lang.String name,
WrapperOptions options)
Perform the extraction. |
J |
BasicExtractor.extract(java.sql.ResultSet rs,
java.lang.String name,
WrapperOptions options)
Extract value from result set |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |