| Package | Description | 
|---|---|
| org.springframework.orm.hibernate5 | Package providing integration of
 Hibernate 5.x
 with Spring concepts. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected <T> T | HibernateTemplate. doExecute(HibernateCallback<T> action,
         boolean enforceNativeSession)Execute the action specified by the given action object within a Session. | 
| <T> T | HibernateTemplate. execute(HibernateCallback<T> action) | 
| <T> T | HibernateOperations. execute(HibernateCallback<T> action)Execute the action specified by the given action object within a
  Session. | 
| <T> T | HibernateTemplate. executeWithNativeSession(HibernateCallback<T> action)Execute the action specified by the given action object within a
 native  Session. |