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  DataRowStoreobject. | 
public DefaultDataRowStoreFactory(Provider<EventBridge> eventBridgeProvider, EventManager eventManager, RuntimeProperties properties)
public DataRowStore createDataRowStore(String name) throws DIRuntimeException
DataRowStoreFactoryDataRowStore object.createDataRowStore in interface DataRowStoreFactoryname - DataRowStore name. Used to identify this DataRowStore in events, etc.
             Can't be null.DIRuntimeExceptionCopyright © 2001–2023 Apache Cayenne. All rights reserved.