Uses of Interface
org.springframework.orm.hibernate5.HibernateCallback
Packages that use HibernateCallback
-
Uses of HibernateCallback in org.springframework.orm.hibernate5
Methods in org.springframework.orm.hibernate5 with parameters of type HibernateCallbackModifier 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
.