|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ObjectStorePersistedObjects in org.nakedobjects.runtime.objectstore.inmemory |
|---|
| Fields in org.nakedobjects.runtime.objectstore.inmemory declared as ObjectStorePersistedObjects | |
|---|---|
protected ObjectStorePersistedObjects |
InMemoryObjectStore.persistedObjects
|
| Methods in org.nakedobjects.runtime.objectstore.inmemory that return ObjectStorePersistedObjects | |
|---|---|
ObjectStorePersistedObjects |
InMemoryPersistenceSessionFactory.createPersistedObjects()
Not API - called when InMemoryObjectStore first opened. |
protected ObjectStorePersistedObjects |
InMemoryPersistenceSessionFactory.getPersistedObjects()
|
| Methods in org.nakedobjects.runtime.objectstore.inmemory with parameters of type ObjectStorePersistedObjects | |
|---|---|
void |
InMemoryPersistenceSessionFactory.attach(PersistenceSession persistenceSession,
ObjectStorePersistedObjects persistedObjects)
Not API - called when InMemoryObjectStore is closed. |
void |
InMemoryObjectStore.attachPersistedObjects(ObjectStorePersistedObjects persistedObjects)
|
| Uses of ObjectStorePersistedObjects in org.nakedobjects.runtime.objectstore.inmemory.internal |
|---|
| Classes in org.nakedobjects.runtime.objectstore.inmemory.internal that implement ObjectStorePersistedObjects | |
|---|---|
class |
ObjectStorePersistedObjectsDefault
Represents the persisted objects. |
| Uses of ObjectStorePersistedObjects in org.nakedobjects.runtime.objectstore.inmemory.internal.commands |
|---|
| Constructors in org.nakedobjects.runtime.objectstore.inmemory.internal.commands with parameters of type ObjectStorePersistedObjects | |
|---|---|
AbstractInMemoryPersistenceCommand(NakedObject adapter,
ObjectStorePersistedObjects persistedObjects)
|
|
InMemoryCreateObjectCommand(NakedObject object,
ObjectStorePersistedObjects persistedObjects)
|
|
InMemoryDestroyObjectCommand(NakedObject adapter,
ObjectStorePersistedObjects persistedObjects)
|
|
InMemorySaveObjectCommand(NakedObject object,
ObjectStorePersistedObjects persistedObjects)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||