|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistenceCommand | |
|---|---|
| org.nakedobjects.runtime.objectstore.inmemory | |
| org.nakedobjects.runtime.objectstore.inmemory.internal.commands | |
| org.nakedobjects.runtime.persistence.objectstore | |
| org.nakedobjects.runtime.persistence.objectstore.transaction | |
| org.nakedobjects.runtime.transaction | These interfaces are extended by PersistenceSession
and not intended to be implemented directly. |
| Uses of PersistenceCommand in org.nakedobjects.runtime.objectstore.inmemory |
|---|
| Method parameters in org.nakedobjects.runtime.objectstore.inmemory with type arguments of type PersistenceCommand | |
|---|---|
void |
InMemoryObjectStore.execute(java.util.List<PersistenceCommand> commands)
|
| Uses of PersistenceCommand in org.nakedobjects.runtime.objectstore.inmemory.internal.commands |
|---|
| Classes in org.nakedobjects.runtime.objectstore.inmemory.internal.commands that implement PersistenceCommand | |
|---|---|
class |
AbstractInMemoryPersistenceCommand
|
class |
InMemoryCreateObjectCommand
|
class |
InMemoryDestroyObjectCommand
|
class |
InMemorySaveObjectCommand
|
| Uses of PersistenceCommand in org.nakedobjects.runtime.persistence.objectstore |
|---|
| Method parameters in org.nakedobjects.runtime.persistence.objectstore with type arguments of type PersistenceCommand | |
|---|---|
void |
ObjectStoreTransactionManagement.execute(java.util.List<PersistenceCommand> unmodifiableList)
Used by the current ObjectStoreTransaction to flush changes to
the ObjectStore (either via a NakedObjectTransactionManager.flushTransaction()
or a NakedObjectTransactionManager.endTransaction()). |
void |
NakedObjectStoreLogger.execute(java.util.List<PersistenceCommand> commands)
|
void |
NakedObjectStoreDelegating.execute(java.util.List<PersistenceCommand> commands)
|
void |
ObjectStorePersistence.execute(java.util.List<PersistenceCommand> commands)
|
| Uses of PersistenceCommand in org.nakedobjects.runtime.persistence.objectstore.transaction |
|---|
| Subinterfaces of PersistenceCommand in org.nakedobjects.runtime.persistence.objectstore.transaction | |
|---|---|
interface |
CreateObjectCommand
|
interface |
DestroyObjectCommand
|
interface |
SaveObjectCommand
|
| Methods in org.nakedobjects.runtime.persistence.objectstore.transaction with parameters of type PersistenceCommand | |
|---|---|
void |
ObjectStoreTransactionManager.addCommand(PersistenceCommand command)
|
void |
ObjectStoreTransaction.addCommand(PersistenceCommand command)
Add the non-null command to the list of commands to execute at the end of the transaction. |
| Uses of PersistenceCommand in org.nakedobjects.runtime.transaction |
|---|
| Classes in org.nakedobjects.runtime.transaction that implement PersistenceCommand | |
|---|---|
class |
PersistenceCommandAbstract
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||