|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JdoCallback | |
---|---|
org.springframework.orm.jdo | Package providing integration of JDO (Java Date Objects) with Spring concepts. |
Uses of JdoCallback in org.springframework.orm.jdo |
---|
Methods in org.springframework.orm.jdo with parameters of type JdoCallback | |
---|---|
Object |
JdoTemplate.execute(JdoCallback action)
|
Object |
JdoOperations.execute(JdoCallback action)
Execute the action specified by the given action object within a PersistenceManager. |
Object |
JdoTemplate.execute(JdoCallback action,
boolean exposeNativePersistenceManager)
Execute the action specified by the given action object within a PersistenceManager. |
Collection |
JdoTemplate.executeFind(JdoCallback action)
|
Collection |
JdoOperations.executeFind(JdoCallback action)
Execute the specified action assuming that the result object is a Collection. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |