public class DefaultDataRowStoreFactory extends Object implements DataRowStoreFactory
DataRowStoreFactory
Constructor and Description |
---|
DefaultDataRowStoreFactory(Provider<EventBridge> eventBridgeProvider,
EventManager eventManager,
RuntimeProperties properties) |
Modifier and Type | Method and Description |
---|---|
DataRowStore |
createDataRowStore(String name)
Create new
DataRowStore object. |
public DefaultDataRowStoreFactory(Provider<EventBridge> eventBridgeProvider, EventManager eventManager, RuntimeProperties properties)
public DataRowStore createDataRowStore(String name) throws DIRuntimeException
DataRowStoreFactory
DataRowStore
object.createDataRowStore
in interface DataRowStoreFactory
name
- DataRowStore name. Used to identify this DataRowStore in events, etc.
Can't be null.DIRuntimeException
Copyright © 2001–2018 Apache Cayenne. All rights reserved.