Package | Description |
---|---|
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 . |
Class and Description |
---|
ValueBinder
Contract for binding values to a
PreparedStatement . |
ValueExtractor
Contract for extracting a value from a
ResultSet . |
WrapperOptions
TODO : javadoc
|
Class and Description |
---|
WrapperOptions
TODO : javadoc
|
Class and Description |
---|
BinaryStream
Wraps a binary stream to also provide the length which is needed when binding.
|
CharacterStream
Wraps a character stream (reader) to also provide the length (number of characters) which is needed
when binding.
|
WrapperOptions
TODO : javadoc
|
Class and Description |
---|
ValueBinder
Contract for binding values to a
PreparedStatement . |
ValueExtractor
Contract for extracting a value from a
ResultSet . |
WrapperOptions
TODO : javadoc
|
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved