Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<java.lang.Class<? extends ResourceRepresentation<?>>,DaoAccess<? extends ResourceRepresentation<?>>> |
DaoFactory.mDaos
HashMap to store Dao as Singleton
key :
ResourceRepresentation Class object
value : DaoAccess instance
|
Modifier and Type | Method and Description |
---|---|
abstract <D extends DaoAccess<T>,T extends ResourceRepresentation<?>> |
DaoFactory.getDao(java.lang.Class<T> clazz)
Method to retrieve Dao.
|
Modifier and Type | Method and Description |
---|---|
protected DaoAccess<ResourceRepresentation<?>> |
Processor.getResourceDao(ResourceRepresentation<?> r)
Shortcut to retrieve Dao from Processor via
DaoFactory |