org.hibernate.engine.jdbc
public static interface LobCreationContext.Callback
Connection
.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
executeOnConnection(java.sql.Connection connection)
Perform whatever actions are necessary using the provided JDBC
Connection . |
java.lang.Object executeOnConnection(java.sql.Connection connection) throws java.sql.SQLException
Connection
.connection
- The JDBC Connection
.java.sql.SQLException
Copyright © 2014. All Rights Reserved.