org.hibernate.engine.jdbc
Interface LobCreationContext.Callback

Enclosing interface:
LobCreationContext

public static interface LobCreationContext.Callback

The callback contract for making use of the JDBC Connection.


Method Summary
 java.lang.Object executeOnConnection(java.sql.Connection connection)
          Perform whatever actions are necessary using the provided JDBC Connection.
 

Method Detail

executeOnConnection

java.lang.Object executeOnConnection(java.sql.Connection connection)
                                     throws java.sql.SQLException
Perform whatever actions are necessary using the provided JDBC Connection.

Parameters:
connection - The JDBC Connection.
Returns:
The created LOB.
Throws:
java.sql.SQLException


Copyright © 2013. All Rights Reserved.