Uses of Package
org.hibernate.engine.jdbc

Packages that use org.hibernate.engine.jdbc
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.engine.jdbc   
org.hibernate.engine.jdbc.internal   
org.hibernate.engine.jdbc.spi   
org.hibernate.engine.spi   
org.hibernate.envers.entities.mapper.relation.lazy   
org.hibernate.event.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.lob   
org.hibernate.type.descriptor   
 

Classes in org.hibernate.engine.jdbc used by org.hibernate
LobCreator
          Contract for creating various LOB references.
 

Classes in org.hibernate.engine.jdbc used by org.hibernate.engine.jdbc
AbstractLobCreator
          Convenient base class for proxy-based LobCreator for handling wrapping.
ClobImplementer
          Marker interface for non-contextually created Clob instances..
ClobProxy
          Manages aspects of proxying Clobs for non-contextual creation, including proxy creation and handling proxy invocations.
ColumnNameCache
          Cache of column-name -> column-index resolutions
LobCreationContext
          Provides callback access into the context in which the LOB is to be created.
LobCreationContext.Callback
          The callback contract for making use of the JDBC Connection.
LobCreator
          Contract for creating various LOB references.
NonContextualLobCreator
          LobCreator implementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBC Connection.
SerializableClobProxy
          Manages aspects of proxying Clobs to add serializability.
 

Classes in org.hibernate.engine.jdbc used by org.hibernate.engine.jdbc.internal
ColumnNameCache
          Cache of column-name -> column-index resolutions
LobCreationContext
          Provides callback access into the context in which the LOB is to be created.
LobCreator
          Contract for creating various LOB references.
 

Classes in org.hibernate.engine.jdbc used by org.hibernate.engine.jdbc.spi
ColumnNameCache
          Cache of column-name -> column-index resolutions
LobCreationContext
          Provides callback access into the context in which the LOB is to be created.
LobCreator
          Contract for creating various LOB references.
 

Classes in org.hibernate.engine.jdbc used by org.hibernate.engine.spi
LobCreationContext
          Provides callback access into the context in which the LOB is to be created.
 

Classes in org.hibernate.engine.jdbc used by org.hibernate.envers.entities.mapper.relation.lazy
LobCreationContext
          Provides callback access into the context in which the LOB is to be created.
LobCreationContext.Callback
          The callback contract for making use of the JDBC Connection.
 

Classes in org.hibernate.engine.jdbc used by org.hibernate.event.spi
LobCreationContext
          Provides callback access into the context in which the LOB is to be created.
 

Classes in org.hibernate.engine.jdbc used by org.hibernate.internal
LobCreationContext
          Provides callback access into the context in which the LOB is to be created.
LobCreationContext.Callback
          The callback contract for making use of the JDBC Connection.
 

Classes in org.hibernate.engine.jdbc used by org.hibernate.lob
ReaderInputStream
          Exposes a Reader as an InputStream.
 

Classes in org.hibernate.engine.jdbc used by org.hibernate.type.descriptor
LobCreator
          Contract for creating various LOB references.
 



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