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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
runtimeProperties
protected RuntimeProperties runtimeProperties
retainStrategy
protected ObjectMapRetainStrategy retainStrategy
DefaultObjectStoreFactory
public DefaultObjectStoreFactory()
createObjectStore
public ObjectStore createObjectStore(DataRowStore dataRowCache)
- Description copied from interface:
ObjectStoreFactory
- Creates an
ObjectStore
with provided dataRowCache
- Specified by:
createObjectStore
in interface ObjectStoreFactory
Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.