2.17.2: 2011-06-17

net.sf.basedb.core.hibernate
Interface JdbcWork<R>

All Superinterfaces:
org.hibernate.jdbc.Work
All Known Implementing Classes:
ExecuteUpdateWork, MultiUpdateWork, ResultSetWork, TableExistsWork, TableInfoWork

public interface JdbcWork<R>
extends org.hibernate.jdbc.Work

An extension to Hibernate's Work API which adds functionality for returning a value as a result from the work.

Version:
2.9
Author:
nicklas
See Also:
HibernateUtil.doJdbcWork(Session, JdbcWork)
Last modified
$Date: 2008-09-11 22:11:02 +0200 (Thu, 11 Sep 2008) $

Method Summary
 R getResult()
          Get the result of the work.
 
Methods inherited from interface org.hibernate.jdbc.Work
execute
 

Method Detail

getResult

R getResult()
Get the result of the work.


2.17.2: 2011-06-17