| Package | Description |
|---|---|
| rs.data.api |
Provides the main interfaces to a model API.
|
| rs.data.api.dao |
Provides the Data Access Object (DAO) interfaces.
|
| rs.data.impl |
Provides abstract implementations for the main model API.
|
| rs.data.impl.dao |
Provides abstract implementations for Data Access Objects (DAO).
|
| Modifier and Type | Method and Description |
|---|---|
DaoMaster |
DaoFactory.getDaoMaster(String id)
Returns the DAO master with given ID.
|
| Modifier and Type | Method and Description |
|---|---|
DaoMaster |
GeneralDAO.getDaoMaster()
Returns the DAO master.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneralDAO.setDaoMaster(DaoMaster daoMaster)
Sets the DAO master.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDaoMaster
Abstract implementation for DAO masters.
|
| Modifier and Type | Method and Description |
|---|---|
DaoMaster |
AbstractDaoFactory.getDaoMaster(String id)
Returns the DAO master with given ID.
|
DaoMaster |
AbstractDaoFactory.loadDaoMaster(org.apache.commons.configuration.SubnodeConfiguration config)
Loads an object from a configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDaoFactory.setDaoMaster(String id,
DaoMaster daoMaster)
Sets the DAO master.
|
| Modifier and Type | Method and Description |
|---|---|
DaoMaster |
AbstractGeneralDAO.getDaoMaster()
Returns the DAO master.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGeneralDAO.setDaoMaster(DaoMaster daoMaster)
Sets the DAO master.
|
Copyright © 2013. All Rights Reserved.