Package org.apache.cayenne.configuration
Class DefaultObjectStoreFactory
java.lang.Object
org.apache.cayenne.configuration.DefaultObjectStoreFactory
- All Implemented Interfaces:
- ObjectStoreFactory
public class DefaultObjectStoreFactory extends Object implements ObjectStoreFactory
A default implementation of 
ObjectStoreFactory which makes decision to
 turn ObjectStore's syncing with parent DataRowStore on or off 
 basing on RuntimeProperties.- Since:
- 3.1
- 
Field SummaryFields Modifier and Type Field Description protected ObjectMapRetainStrategyretainStrategyprotected RuntimePropertiesruntimeProperties
- 
Constructor SummaryConstructors Constructor Description DefaultObjectStoreFactory()
- 
Method SummaryModifier and Type Method Description ObjectStorecreateObjectStore(DataRowStore dataRowCache)Creates anObjectStorewith provided dataRowCache
- 
Field Details- 
runtimeProperties
- 
retainStrategy
 
- 
- 
Constructor Details- 
DefaultObjectStoreFactorypublic DefaultObjectStoreFactory()
 
- 
- 
Method Details- 
createObjectStoreDescription copied from interface:ObjectStoreFactoryCreates anObjectStorewith provided dataRowCache- Specified by:
- createObjectStorein interface- ObjectStoreFactory
 
 
-