|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenericDAO | |
|---|---|
| com.banda.serverbase.persistence | |
| com.banda.serverbase.test | |
| Uses of GenericDAO in com.banda.serverbase.persistence |
|---|
| Classes in com.banda.serverbase.persistence that implement GenericDAO | |
|---|---|
class |
GenericHibernate3DAO<T,PK extends Serializable>
This class serves as the Base class for all other DAOs - namely to hold common CRUD methods that they might all use. |
class |
GenericHibernate4DAO<T,PK extends Serializable>
This class serves as the Base class for all other DAOs - namely to hold common CRUD methods that they might all use. |
| Uses of GenericDAO in com.banda.serverbase.test |
|---|
| Methods in com.banda.serverbase.test that return GenericDAO | |
|---|---|
protected GenericDAO<T,PK> |
BasicDaoTest.getDao()
|
protected abstract GenericDAO<T,PK> |
AbstractDaoTest.getDao()
Gets the DAO class tested by this class. |
| Methods in com.banda.serverbase.test with parameters of type GenericDAO | |
|---|---|
protected void |
BasicDaoTest.setUp(GenericDAO<T,PK> dao,
Class<? extends T> clazz,
PK existingTestKey)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||