| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| BlobImplementer | Marker interface for non-contextually created Blobinstances.. | 
| ClobImplementer | Marker interface for non-contextually created Clobinstances.. | 
| JdbcSupport | Isolates Hibernate interactions with JDBC in terms of variations between JDBC 3 (JDK 1.4 and 1.5) and JDBC 4 (JDK 1.6). | 
| 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. | 
| NClobImplementer | Marker interface for non-contextually created java.sql.NClob instances.. | 
| WrappedBlob | Contract for Blobwrappers. | 
| WrappedClob | Contract for Clobwrappers. | 
| Class Summary | |
|---|---|
| AbstractLobCreator | Convenient base class for proxy-based LobCreator for handling wrapping. | 
| BlobProxy | Manages aspects of proxying Blobsfor non-contextual creation, including proxy creation and
 handling proxy invocations. | 
| ClobProxy | Manages aspects of proxying Clobsfor non-contextual creation, including proxy creation and
 handling proxy invocations. | 
| ColumnNameCache | Cache of column-name -> column-index resolutions | 
| ContextualLobCreator | LobCreatorimplementation using contextual creation against the JDBCConnectionclass's LOB creation
 methods. | 
| JdbcSupportImpl | TODO : javadoc | 
| JdbcSupportLoader | Builds JdbcSupportinstances based on the capabilities of the environment. | 
| NClobProxy | Manages aspects of proxying java.sql.NClobs for non-contextual creation, including proxy creation and handling proxy invocations. | 
| NonContextualLobCreator | LobCreatorimplementation using non-contextual or local creation, meaning that we generate the LOB
 references ourselves as opposed to delegating to the JDBCConnection. | 
| ReaderInputStream | Exposes a Readeras anInputStream. | 
| ResultSetWrapperProxy | A proxy for a ResultSet delegate, responsible for locally caching the columnName-to-columnIndex resolution that has been found to be inefficient in a few vendor's drivers (i.e., Oracle and Postgres). | 
| SerializableBlobProxy | Manages aspects of proxying Blobsto add serializability. | 
| SerializableClobProxy | Manages aspects of proxying Clobsto add serializability. | 
| SerializableNClobProxy | Manages aspects of proxying java.sql.NClobs to add serializability. | 
| StreamUtils | Stream copying utilities | 
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||