Package | Description |
---|---|
org.springframework.orm.jdo |
Package providing integration of JDO (Java Date Objects) with Spring concepts.
|
org.springframework.orm.jdo.support |
Classes supporting the
org.springframework.orm.jdo package. |
Class and Description |
---|
JdoAccessor
Deprecated.
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy and
SpringPersistenceManagerProxyBean ) |
JdoCallback
Deprecated.
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy and
SpringPersistenceManagerProxyBean ) |
JdoDialect
SPI strategy that allows for customizing integration with a specific JDO provider,
in particular regarding transaction management and exception translation.
|
JdoOperations
Deprecated.
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy and
SpringPersistenceManagerProxyBean ) |
Class and Description |
---|
JdoDialect
SPI strategy that allows for customizing integration with a specific JDO provider,
in particular regarding transaction management and exception translation.
|
JdoTemplate
Deprecated.
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy and
SpringPersistenceManagerProxyBean ) |
Copyright © 2015. All rights reserved.