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.
-
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.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)