org.apache.cayenne.configuration
Interface ObjectStoreFactory

All Known Implementing Classes:
DefaultObjectStoreFactory

public interface ObjectStoreFactory

A factory for creating ObjectStores.

Since:
3.1

Field Summary
static java.lang.String SYNC_PROPERTY
           
 
Method Summary
 ObjectStore createObjectStore(DataRowStore dataRowCache)
          Creates an ObjectStore with provided dataRowCache
 

Field Detail

SYNC_PROPERTY

static final java.lang.String SYNC_PROPERTY
See Also:
Constant Field Values
Method Detail

createObjectStore

ObjectStore createObjectStore(DataRowStore dataRowCache)
Creates an ObjectStore with provided dataRowCache



Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.