Package org.apache.cayenne.access
Class DefaultDataRowStoreFactory
java.lang.Object
org.apache.cayenne.access.DefaultDataRowStoreFactory
- All Implemented Interfaces:
DataRowStoreFactory
A default implementation of
DataRowStoreFactory
- Since:
- 4.0
-
Constructor Summary
ConstructorDescriptionDefaultDataRowStoreFactory
(Provider<EventBridge> eventBridgeProvider, EventManager eventManager, RuntimeProperties properties) -
Method Summary
Modifier and TypeMethodDescriptioncreateDataRowStore
(String name) Create newDataRowStore
object.
-
Constructor Details
-
DefaultDataRowStoreFactory
public DefaultDataRowStoreFactory(Provider<EventBridge> eventBridgeProvider, EventManager eventManager, RuntimeProperties properties)
-
-
Method Details
-
createDataRowStore
Description copied from interface:DataRowStoreFactory
Create newDataRowStore
object.- Specified by:
createDataRowStore
in interfaceDataRowStoreFactory
- Parameters:
name
- DataRowStore name. Used to identify this DataRowStore in events, etc. Can't be null.- Throws:
DIRuntimeException
-