Package | Description |
---|---|
org.hibernate.engine.jdbc | |
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.search.impl |
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 |
SessionDelegatorBaseImpl.execute(LobCreationContext.Callback<T> callback) |
Modifier and Type | Method and Description |
---|---|
<T> T |
AbstractSessionImpl.execute(LobCreationContext.Callback<T> callback) |
Modifier and Type | Method and Description |
---|---|
<T> T |
FullTextSessionImpl.execute(LobCreationContext.Callback<T> callback) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.