org.nakedobjects.runtime.persistence
Interface FixturesInstalledFlag

All Known Implementing Classes:
InMemoryPersistenceSessionFactory, PersistenceSessionFactoryDelegating

public interface FixturesInstalledFlag

For PersistenceSessionFactory implementations that can cache the PersistenceSession.isFixturesInstalled() so is only called once per application scope.


Method Summary
 java.lang.Boolean isFixturesInstalled()
           
 void setFixturesInstalled(java.lang.Boolean fixturesInstalled)
           
 

Method Detail

isFixturesInstalled

java.lang.Boolean isFixturesInstalled()

setFixturesInstalled

void setFixturesInstalled(java.lang.Boolean fixturesInstalled)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.