|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractGenericModelFactory in com.hack23.cia.model.common.api |
|---|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CountryModelFactory
A factory for creating CountryModel objects. |
interface |
RegionModelFactory
A factory for creating RegionModel objects. |
| Uses of AbstractGenericModelFactory in com.hack23.cia.model.common.impl |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModelFactoryImpl<T>
The Class AbstractModelFactoryImpl. |
class |
CountryModelFactoryImpl
The Class CountryModelFactoryImpl. |
class |
RegionModelFactoryImpl
The Class RegionModelFactoryImpl. |
| Uses of AbstractGenericModelFactory in com.hack23.cia.model.user.api |
|---|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserModelFactory
A factory for creating UserModel objects. |
| Uses of AbstractGenericModelFactory in com.hack23.cia.model.user.impl |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
UserModelFactoryImpl
The Class UserModelFactoryImpl. |
| Uses of AbstractGenericModelFactory in com.hack23.cia.service.data.api |
|---|
| Modifier and Type | Method and Description |
|---|---|
AbstractGenericModelFactory<T> |
AbstractGenericDAO.getModelFactory()
Gets the model factory. |
| Uses of AbstractGenericModelFactory in com.hack23.cia.service.data.impl |
|---|
| Modifier and Type | Method and Description |
|---|---|
AbstractGenericModelFactory<T> |
AbstractGenericDAOImpl.getModelFactory()
|
| Constructor and Description |
|---|
AbstractGenericDAOImpl(AbstractGenericModelFactory<T> modelFactory)
Instantiates a new abstract generic dao impl. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||