| 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.event |
Provides the classes for model events.
|
| 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 |
|---|---|
DaoFactory |
DaoMaster.getFactory()
Returns the factory that this master is registered for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DaoMaster.setFactory(DaoFactory factory)
Sets the factory that this master is registered for.
|
| Modifier and Type | Method and Description |
|---|---|
DaoFactory |
GeneralDAO.getFactory()
Returns the DAO factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneralDAO.setFactory(DaoFactory factory)
Sets the factory.
|
| Constructor and Description |
|---|
DaoFactoryEvent(DaoFactory source,
DaoFactoryEvent.Type type)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDaoFactory
The basic implementation of a DAO factory.
|
| Modifier and Type | Method and Description |
|---|---|
DaoFactory |
AbstractDaoMaster.getFactory()
Returns the factory that this master is registered for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDaoMaster.setFactory(DaoFactory factory)
Sets the factory that this master is registered for.
|
| Modifier and Type | Method and Description |
|---|---|
DaoFactory |
AbstractGeneralDAO.getFactory()
Returns the DAO factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGeneralDAO.setFactory(DaoFactory factory)
Sets the factory.
|
Copyright © 2013. All Rights Reserved.