Package | Description |
---|---|
org.springframework.orm.jdo |
Package providing integration of JDO (Java Date Objects) with Spring concepts.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
JdoTemplate.execute(JdoCallback<T> action)
Deprecated.
|
<T> T |
JdoOperations.execute(JdoCallback<T> action)
Deprecated.
Execute the action specified by the given action object within a
PersistenceManager.
|
<T> T |
JdoTemplate.execute(JdoCallback<T> action,
boolean exposeNativePersistenceManager)
Deprecated.
Execute the action specified by the given action object within a
PersistenceManager.
|
Collection |
JdoTemplate.executeFind(JdoCallback<?> action)
Deprecated.
|
Collection |
JdoOperations.executeFind(JdoCallback<?> action)
Deprecated.
Execute the specified action assuming that the result object is a
Collection.
|
Copyright © 2015. All rights reserved.