|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.configuration.DefaultObjectStoreFactory
public class DefaultObjectStoreFactory
A default implementation of ObjectStoreFactory
which makes decision to
turn ObjectStore
's syncing with parent DataRowStore
on or off
basing on RuntimeProperties
.
Field Summary | |
---|---|
protected ObjectMapRetainStrategy |
retainStrategy
|
protected RuntimeProperties |
runtimeProperties
|
Constructor Summary | |
---|---|
DefaultObjectStoreFactory()
|
Method Summary | |
---|---|
ObjectStore |
createObjectStore(DataRowStore dataRowCache)
Creates an ObjectStore with provided dataRowCache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RuntimeProperties runtimeProperties
protected ObjectMapRetainStrategy retainStrategy
Constructor Detail |
---|
public DefaultObjectStoreFactory()
Method Detail |
---|
public ObjectStore createObjectStore(DataRowStore dataRowCache)
ObjectStoreFactory
ObjectStore
with provided dataRowCache
createObjectStore
in interface ObjectStoreFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |