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 interactionorg.hibernate.engine.spi -
-
Uses of LobCreationContext.Callback in org.hibernate.engine.jdbc
Fields in org.hibernate.engine.jdbc declared as LobCreationContext.Callback Modifier and Type Field Description static LobCreationContext.Callback<java.sql.Blob>
ContextualLobCreator. CREATE_BLOB_CALLBACK
Callback for performing contextual BLOB creationstatic LobCreationContext.Callback<java.sql.Clob>
ContextualLobCreator. CREATE_CLOB_CALLBACK
Callback for performing contextual CLOB creationstatic LobCreationContext.Callback<java.sql.NClob>
ContextualLobCreator. CREATE_NCLOB_CALLBACK
Callback for performing contextual NCLOB creationMethods 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
. -
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)
-