Uses of Interface
org.springframework.orm.hibernate5.HibernateCallback
-
Uses of HibernateCallback in org.springframework.orm.hibernate5
Modifier and TypeMethodDescriptionprotected <T> T
HibernateTemplate.doExecute
(HibernateCallback<T> action, boolean enforceNativeSession) Execute the action specified by the given action object within a Session.<T> T
HibernateOperations.execute
(HibernateCallback<T> action) Execute the action specified by the given action object within aSession
.<T> T
HibernateTemplate.execute
(HibernateCallback<T> action) <T> T
HibernateTemplate.executeWithNativeSession
(HibernateCallback<T> action) Execute the action specified by the given action object within a nativeSession
.