Package | Description |
---|---|
org.apache.jdo.impl.pm |
This package contains classes that are for use across all kinds of implementations
of the JDO Reference Implementation.
|
org.apache.jdo.pm |
This package contains provides internal interfaces for
PersistenceManagerFactory and PersistenceManager extending the ones from javax.jdo.
|
org.apache.jdo.state |
This package contains the internal StateManager and teh FIeldManager interface.
|
org.apache.jdo.store |
This package contains StoreManager and store-related interfaces plus an abstract StoreManager implementation.
|
Modifier and Type | Method and Description |
---|---|
StoreManager |
PersistenceManagerImpl.getStoreManager() |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManagerImpl.setStoreManager(StoreManager storeManager) |
Modifier and Type | Method and Description |
---|---|
StoreManager |
PersistenceManagerInternal.getStoreManager()
Provides a StoreManager that is ready to accept operations on it.
|
StoreManager |
PersistenceManagerFactoryInternal.getStoreManager(javax.jdo.PersistenceManager pm)
Provides a StoreManager that is ready to accept operations on it such
as insert, etc.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManagerInternal.setStoreManager(StoreManager storeManager)
Sets a StoreManager that is ready to accept operations on it such
as insert, etc.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StateManagerInternal.flush(StoreManager srm)
Causes the state manager to send itself to the store manager for
insert, update, and so on as per its own state.
|
Modifier and Type | Class and Description |
---|---|
class |
StoreManagerImpl
StoreManagerImpl provides a base for fully implementing the StoreManager
interface.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.