Methods in org.springframework.orm.hibernate with parameters of type HibernateCallback |
Object |
HibernateTemplate.execute(HibernateCallback action)
|
Object |
HibernateOperations.execute(HibernateCallback action)
Execute the action specified by the given action object within a Session. |
Object |
HibernateTemplate.execute(HibernateCallback action,
boolean exposeNativeSession)
Execute the action specified by the given action object within a Session. |
List |
HibernateTemplate.executeFind(HibernateCallback action)
|
List |
HibernateOperations.executeFind(HibernateCallback action)
Execute the specified action assuming that the result object is a List. |