| Package | Description | 
|---|---|
| org.hibernate.engine.jdbc | 
 Support for various aspects of JDBC interaction 
 | 
| org.hibernate.engine.spi | |
| org.hibernate.internal | 
 
    An internal package containing mostly implementations of central Hibernate APIs. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static LobCreationContext.Callback<Blob> | 
ContextualLobCreator.CREATE_BLOB_CALLBACK
Callback for performing contextual BLOB creation 
 | 
static LobCreationContext.Callback<Clob> | 
ContextualLobCreator.CREATE_CLOB_CALLBACK
Callback for performing contextual CLOB creation 
 | 
static LobCreationContext.Callback<NClob> | 
ContextualLobCreator.CREATE_NCLOB_CALLBACK
Callback for performing contextual NCLOB creation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
LobCreationContext.execute(LobCreationContext.Callback<T> callback)
Execute the given callback, making sure it has access to a viable JDBC  
Connection. | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
SessionDelegatorBaseImpl.execute(LobCreationContext.Callback<T> callback)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
AbstractSessionImpl.execute(LobCreationContext.Callback<T> callback)  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.