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.spi 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.Callback Modifier and Type Method Description <T> TLobCreationContext. execute(LobCreationContext.Callback<T> callback)Execute the given callback, making sure it has access to a viable JDBCConnection.default <T> TLobCreationContext. 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.Callback Modifier and Type Method Description <T> TSessionDelegatorBaseImpl. execute(LobCreationContext.Callback<T> callback)<T> TSharedSessionDelegatorBaseImpl. execute(LobCreationContext.Callback<T> callback)
-