public abstract class AbstractPersistence extends Object implements Persistence
| Modifier and Type | Field and Description |
|---|---|
protected String |
containingControllerName
The name of the controller, if any, that contains this persistence.
|
protected Map<String,Map<String,Object>> |
initParamOverrides
A map that contains init parameter overrides for controllerName+resourecName
keys.
|
| Constructor and Description |
|---|
AbstractPersistence() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateObject, extractDataFromSourceprotected String containingControllerName
protected Map<String,Map<String,Object>> initParamOverrides
Copyright © 2024 GATE. All rights reserved.