Uses of Package
org.hibernate.type.descriptor

Packages that use org.hibernate.type.descriptor
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
 

Classes in org.hibernate.type.descriptor used by org.hibernate.type
ValueBinder
          Contract for binding values to a PreparedStatement.
ValueExtractor
          Contract for extracting a value from a ResultSet.
WrapperOptions
          Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options.
 

Classes in org.hibernate.type.descriptor used by org.hibernate.type.descriptor
WrapperOptions
          Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options.
 

Classes in org.hibernate.type.descriptor used by org.hibernate.type.descriptor.java
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
          Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options.
 

Classes in org.hibernate.type.descriptor used by org.hibernate.type.descriptor.sql
ValueBinder
          Contract for binding values to a PreparedStatement.
ValueExtractor
          Contract for extracting a value from a ResultSet.
WrapperOptions
          Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.