|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReturningWork<T>
A discrete piece of work following the lines of Work but returning a result.
| Method Summary | |
|---|---|
T |
execute(Connection connection)
Execute the discrete work encapsulated by this work instance using the supplied connection. |
| Method Detail |
|---|
T execute(Connection connection)
throws SQLException
connection - The connection on which to perform the work.
SQLException - Thrown during execution of the underlying JDBC interaction.
HibernateException - Generally indicates a wrapped SQLException.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||