| Package | Description |
|---|---|
| org.hibernate.engine.jdbc | |
| org.hibernate.envers.entities.mapper.relation.lazy | |
| 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 |
static LobCreationContext.Callback<Clob> |
ContextualLobCreator.CREATE_CLOB_CALLBACK |
static LobCreationContext.Callback<NClob> |
ContextualLobCreator.CREATE_NCLOB_CALLBACK |
| 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 |
AbstractDelegateSessionImplementor.execute(LobCreationContext.Callback<T> callback) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AbstractSessionImpl.execute(LobCreationContext.Callback<T> callback) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.