public static interface

LobCreationContext.Callback

org.hibernate.engine.jdbc.LobCreationContext.Callback

Class Overview

The callback contract for making use of the JDBC Connection.

Summary

Public Methods
abstract Object executeOnConnection(Connection connection)
Perform whatever actions are necessary using the provided JDBC Connection.

Public Methods

public abstract Object executeOnConnection (Connection connection)

Perform whatever actions are necessary using the provided JDBC Connection.

Parameters
connection The JDBC Connection.
Returns
  • The created LOB.
Throws
SQLException