Package org.apache.cayenne.configuration
Interface ObjectStoreFactory
- All Known Implementing Classes:
DefaultObjectStoreFactory
public interface ObjectStoreFactory
A factory for creating
ObjectStore
s.- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptioncreateObjectStore
(DataRowStore dataRowCache) Creates anObjectStore
with provided dataRowCache
-
Method Details
-
createObjectStore
Creates anObjectStore
with provided dataRowCache
-