org.apache.cayenne.configuration
Interface ObjectStoreFactory

All Known Implementing Classes:
DefaultObjectStoreFactory

public interface ObjectStoreFactory

A factory for creating ObjectStores.

Since:
3.1

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

Method Detail

createObjectStore

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



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