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
 Object executeOnConnection(Connection connection)
          Perform whatever actions are necessary using the provided JDBC Connection.
 

Method Detail

executeOnConnection

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

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


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.