|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
interface used to plugin vendor-specific JDO code.
| Method Summary | |
javax.jdo.PersistenceManager |
getNewTransactionalPersistenceManager()
returns a PM associated with a newly created tx. |
javax.jdo.PersistenceManager |
getNonTransactionalPersistenceManager()
returns a PM which should never be associated with a transaction, but whose data is changable by the application. |
javax.jdo.PersistenceManager |
getReadOnlyPersistenceManager()
returns a PM which should never be associated with a transaction. |
javax.jdo.PersistenceManager |
getTransactionalPersistenceManager()
returns a PM which is associated with some transaction. |
void |
refreshAll(java.util.Collection pcIds)
refresh the read-only pm, and any active transactional pms, for all ids in the given collection. |
| Method Detail |
public javax.jdo.PersistenceManager getReadOnlyPersistenceManager()
public javax.jdo.PersistenceManager getTransactionalPersistenceManager()
public javax.jdo.PersistenceManager getNewTransactionalPersistenceManager()
public javax.jdo.PersistenceManager getNonTransactionalPersistenceManager()
public void refreshAll(java.util.Collection pcIds)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||