|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HibernateCallback | |
org.springframework.orm.hibernate | Package providing integration of Hibernate with Spring concepts. |
Uses of HibernateCallback in org.springframework.orm.hibernate |
Methods in org.springframework.orm.hibernate with parameters of type HibernateCallback | |
java.lang.Object |
HibernateTemplate.execute(HibernateCallback action)
|
java.util.List |
HibernateTemplate.executeFind(HibernateCallback action)
|
java.lang.Object |
HibernateOperations.execute(HibernateCallback action)
Execute the action specified by the given action object within a session. |
java.util.List |
HibernateOperations.executeFind(HibernateCallback action)
Execute the specified action assuming that the result object is a List. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |