Package org.apache.cayenne.configuration
Interface ObjectStoreFactory
- All Known Implementing Classes:
- DefaultObjectStoreFactory
public interface ObjectStoreFactory
A factory for creating 
ObjectStores.- Since:
- 3.1
- 
Method SummaryModifier and Type Method Description ObjectStorecreateObjectStore(DataRowStore dataRowCache)Creates anObjectStorewith provided dataRowCache
- 
Method Details- 
createObjectStoreCreates anObjectStorewith provided dataRowCache
 
-