Package | Description |
---|---|
org.apache.jdo.impl.fostore |
This package contains the implementation of the File/Object Store JDO Reference
Implementation (FOStore, pronounced "foster").
|
org.apache.jdo.impl.pm |
This package contains classes that are for use across all kinds of implementations
of the JDO Reference Implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
FOStorePM
Subclass of
#PersistenceManagerImpl implementing
abstract methods newQuery . |
Modifier and Type | Method and Description |
---|---|
protected void |
PersistenceManagerFactoryImpl.deregisterPersistenceManager(PersistenceManagerImpl pm,
java.lang.Object t)
Deregisters PersistenceManager that is not associated with
a JTA transaction any more.
|
protected void |
PersistenceManagerFactoryImpl.registerPersistenceManager(PersistenceManagerImpl pm,
java.lang.Object t)
Registers PersistenceManager in the transactional cache in
managed environment in case of BMT with JDO Transaction.
|
protected void |
PersistenceManagerFactoryImpl.releasePersistenceManager(PersistenceManagerImpl pm,
java.lang.Object t)
Releases closed PersistenceManager that is not in use
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.