public interface ReturningWork<T>
Work but returning a result.T execute(java.sql.Connection connection) throws java.sql.SQLException
connection - The connection on which to perform the work.java.sql.SQLException - Thrown during execution of the underlying JDBC interaction.HibernateException - Generally indicates a wrapped SQLException.Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.