Uses of Interface
org.hibernate.engine.jdbc.LobCreationContext.Callback
-
Packages that use LobCreationContext.Callback Package Description org.hibernate.engine.jdbc Support for various aspects of JDBC interaction.org.hibernate.engine.jdbc.env.internal org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of LobCreationContext.Callback in org.hibernate.engine.jdbc
Methods in org.hibernate.engine.jdbc with parameters of type LobCreationContext.Callback Modifier and Type Method Description <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.Callback Modifier and Type Field Description static LobCreationContext.Callback<Blob>
BlobAndClobCreator. CREATE_BLOB_CALLBACK
Callback for performing contextual BLOB creationstatic LobCreationContext.Callback<Clob>
BlobAndClobCreator. CREATE_CLOB_CALLBACK
Callback for performing contextual CLOB creationstatic 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.Callback Modifier and Type Method Description <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.Callback Modifier and Type Method Description <T> T
AbstractSharedSessionContract. execute(LobCreationContext.Callback<T> callback)
-