Uses of Interface
org.hibernate.engine.jdbc.LobCreationContext.Callback
Packages that use LobCreationContext.Callback
Package
Description
Support for various aspects of JDBC interaction.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of LobCreationContext.Callback in org.hibernate.engine.jdbc
Methods in org.hibernate.engine.jdbc with parameters of type LobCreationContext.CallbackModifier and TypeMethodDescription<T> T
LobCreationContext.execute
(LobCreationContext.Callback<T> callback) Execute the given callback, making sure it has access to a viable JDBCConnection
.default <T> T
LobCreationContext.fromContext
(LobCreationContext.Callback<T> callback) -
Uses of LobCreationContext.Callback in org.hibernate.engine.jdbc.env.internal
Fields in org.hibernate.engine.jdbc.env.internal declared as LobCreationContext.CallbackModifier and TypeFieldDescriptionstatic final LobCreationContext.Callback<Blob>
BlobAndClobCreator.CREATE_BLOB_CALLBACK
Callback for performing contextual BLOB creationstatic final LobCreationContext.Callback<Clob>
BlobAndClobCreator.CREATE_CLOB_CALLBACK
Callback for performing contextual CLOB creationstatic final LobCreationContext.Callback<NClob>
BlobAndClobCreator.CREATE_NCLOB_CALLBACK
Callback for performing contextual NCLOB creationstatic final LobCreationContext.Callback<NClob>
StandardLobCreator.CREATE_NCLOB_CALLBACK
Callback for performing contextual NCLOB creation -
Uses of LobCreationContext.Callback in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type LobCreationContext.CallbackModifier and TypeMethodDescription<T> T
SessionDelegatorBaseImpl.execute
(LobCreationContext.Callback<T> callback) <T> T
SharedSessionDelegatorBaseImpl.execute
(LobCreationContext.Callback<T> callback) -
Uses of LobCreationContext.Callback in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type LobCreationContext.CallbackModifier and TypeMethodDescription<T> T
AbstractSharedSessionContract.execute
(LobCreationContext.Callback<T> callback)