PersistenceManager
is the primary interface for JDO-aware application components. It is the factory for Query
and Transaction
instances, and contains methods to manage the life cycle of PersistenceCapable
instances. A PersistenceManager
is obtained from the {@link PersistenceManagerFactory}(recommended) or by construction.
@version 2.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|