|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LobCreationContext.Callback | |
|---|---|
| org.hibernate.engine.jdbc | |
| org.hibernate.engine.spi | |
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
| Uses of LobCreationContext.Callback in org.hibernate.engine.jdbc |
|---|
| Fields in org.hibernate.engine.jdbc declared as LobCreationContext.Callback | |
|---|---|
static LobCreationContext.Callback<Blob> |
ContextualLobCreator.CREATE_BLOB_CALLBACK
|
static LobCreationContext.Callback<Clob> |
ContextualLobCreator.CREATE_CLOB_CALLBACK
|
static LobCreationContext.Callback<NClob> |
ContextualLobCreator.CREATE_NCLOB_CALLBACK
|
| Methods in org.hibernate.engine.jdbc with parameters of type LobCreationContext.Callback | ||
|---|---|---|
|
LobCreationContext.execute(LobCreationContext.Callback<T> callback)
Execute the given callback, making sure it has access to a viable JDBC Connection. |
|
| Uses of LobCreationContext.Callback in org.hibernate.engine.spi |
|---|
| Methods in org.hibernate.engine.spi with parameters of type LobCreationContext.Callback | ||
|---|---|---|
|
SessionDelegatorBaseImpl.execute(LobCreationContext.Callback<T> callback)
|
|
| Uses of LobCreationContext.Callback in org.hibernate.internal |
|---|
| Methods in org.hibernate.internal with parameters of type LobCreationContext.Callback | ||
|---|---|---|
|
AbstractSessionImpl.execute(LobCreationContext.Callback<T> callback)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||