3.0.4: 2012-03-05

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

All Superinterfaces:
Work
All Known Implementing Classes:
ExecuteUpdateWork, MultiUpdateWork, ResultSetWork, TableExistsWork, TableInfoWork

public interface JdbcWork<R>
extends 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.


3.0.4: 2012-03-05