| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
| org.hibernate.engine.jdbc | |
| org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
| org.hibernate.lob | |
| org.hibernate.type.descriptor |
| Class and Description |
|---|
| LobCreator
Contract for creating various LOB references.
|
| Class and Description |
|---|
| 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).
|
| Class and Description |
|---|
| 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
|
| 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.
|
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. |
| Class and Description |
|---|
| 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. |
| Class and Description |
|---|
| ReaderInputStream
Exposes a
Reader as an InputStream. |
| Class and Description |
|---|
| LobCreator
Contract for creating various LOB references.
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved