Package | Description |
---|---|
org.springframework.orm.hibernate3 |
Package providing integration of
Hibernate 3.x
with Spring concepts.
|
Modifier and Type | Method and Description |
---|---|
protected <T> T |
HibernateTemplate.doExecute(HibernateCallback<T> action,
boolean enforceNewSession,
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 . |
List |
HibernateTemplate.executeFind(HibernateCallback<?> action) |
List |
HibernateOperations.executeFind(HibernateCallback<?> action)
Execute the specified action assuming that the result object is a
List . |
<T> T |
HibernateTemplate.executeWithNativeSession(HibernateCallback<T> action)
Execute the action specified by the given action object within a
native
Session . |
<T> T |
HibernateTemplate.executeWithNewSession(HibernateCallback<T> action)
Execute the action specified by the given action object within a
new
Session . |
Copyright © 2014. All rights reserved.