public interface HibernateHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
callback(HibernateHandlerBean hibernateHandlerBean)
This method will be called with the hibernate session object to do
what you wish.
|
Object callback(HibernateHandlerBean hibernateHandlerBean) throws GrouperDAOException
hibernateHandlerBean - holds the hibernate session and other things
will be the same as passed in if it existed, else a new oneGrouperDAOException - if there is a problemCopyright © 2016 Internet2. All rights reserved.