|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PersistenceSession in org.nakedobjects.runtime.context |
|---|
| Methods in org.nakedobjects.runtime.context that return PersistenceSession | |
|---|---|
static PersistenceSession |
NakedObjectsContext.getPersistenceSession()
Convenience method. |
| Uses of PersistenceSession in org.nakedobjects.runtime.fixturesinstaller |
|---|
| Methods in org.nakedobjects.runtime.fixturesinstaller with parameters of type PersistenceSession | |
|---|---|
protected void |
FixturesInstallerDelegate.postInstallFixtures(PersistenceSession persistenceSession)
Hook - default does nothing. |
protected void |
FixturesInstallerDelegate.preInstallFixtures(PersistenceSession persistenceSession)
Hook - default does nothing. |
| Constructors in org.nakedobjects.runtime.fixturesinstaller with parameters of type PersistenceSession | |
|---|---|
FixturesInstallerDelegate(PersistenceSession persistenceSession)
For testing, supply own PersistenceSession rather than lookup from context. |
|
| Uses of PersistenceSession in org.nakedobjects.runtime.objectstore.inmemory |
|---|
| Methods in org.nakedobjects.runtime.objectstore.inmemory that return PersistenceSession | |
|---|---|
PersistenceSession |
InMemoryPersistenceSessionFactory.createPersistenceSession()
|
| Methods in org.nakedobjects.runtime.objectstore.inmemory with parameters of type PersistenceSession | |
|---|---|
void |
InMemoryPersistenceSessionFactory.attach(PersistenceSession persistenceSession,
ObjectStorePersistedObjects persistedObjects)
Not API - called when InMemoryObjectStore is closed. |
| Uses of PersistenceSession in org.nakedobjects.runtime.persistence |
|---|
| Classes in org.nakedobjects.runtime.persistence that implement PersistenceSession | |
|---|---|
class |
PersistenceSessionAbstract
|
class |
PersistenceSessionLogger
|
| Methods in org.nakedobjects.runtime.persistence with parameters of type PersistenceSession | |
|---|---|
void |
PersistenceSessionAware.setPersistenceSession(PersistenceSession persistenceSession)
|
| Constructors in org.nakedobjects.runtime.persistence with parameters of type PersistenceSession | |
|---|---|
PersistenceSessionLogger(PersistenceSession decorated)
|
|
PersistenceSessionLogger(PersistenceSession decorated,
java.lang.String logFileName)
|
|
| Uses of PersistenceSession in org.nakedobjects.runtime.persistence.container |
|---|
| Methods in org.nakedobjects.runtime.persistence.container that return PersistenceSession | |
|---|---|
protected PersistenceSession |
DomainObjectContainerObjectChanged.getPersistenceSession()
|
protected PersistenceSession |
DomainObjectContainerResolve.getPersistenceSession()
|
| Uses of PersistenceSession in org.nakedobjects.runtime.persistence.objectfactory |
|---|
| Methods in org.nakedobjects.runtime.persistence.objectfactory that return PersistenceSession | |
|---|---|
protected PersistenceSession |
ObjectFactoryAbstract.getPersistenceSession()
|
| Uses of PersistenceSession in org.nakedobjects.runtime.persistence.objectstore |
|---|
| Classes in org.nakedobjects.runtime.persistence.objectstore that implement PersistenceSession | |
|---|---|
class |
PersistenceSessionObjectStore
|
| Methods in org.nakedobjects.runtime.persistence.objectstore that return PersistenceSession | |
|---|---|
protected PersistenceSession |
ObjectStorePersistenceMechanismInstallerAbstract.createPersistenceSession(PersistenceSessionFactory persistenceSessionFactory,
AdapterManagerExtended adapterManager,
AdapterFactory adapterFactory,
ObjectFactory objectFactory,
OidGenerator oidGenerator,
ServicesInjector servicesInjector)
Will return a PersistenceSessionObjectStore; subclasses are free to downcast if required. |
| Uses of PersistenceSession in org.nakedobjects.runtime.session |
|---|
| Methods in org.nakedobjects.runtime.session that return PersistenceSession | |
|---|---|
PersistenceSession |
NakedObjectSession.getPersistenceSession()
The PersistenceSession within this NakedObjectSession. |
PersistenceSession |
NakedObjectSessionDefault.getPersistenceSession()
|
| Methods in org.nakedobjects.runtime.session with parameters of type PersistenceSession | |
|---|---|
void |
NakedObjectSessionDefault.testSetObjectPersistor(PersistenceSession objectPersistor)
Should only be called in tests. |
| Constructors in org.nakedobjects.runtime.session with parameters of type PersistenceSession | |
|---|---|
NakedObjectSessionDefault(NakedObjectSessionFactory sessionFactory,
AuthenticationSession authenticationSession,
PersistenceSession persistenceSession,
UserProfile userProfile)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||