| Package | Description |
|---|---|
| com.banda.serverbase.persistence | |
| com.banda.serverbase.test |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected GenericDAO<T,PK> |
BasicDaoTest.getDao() |
protected abstract GenericDAO<T,PK> |
AbstractDaoTest.getDao()
Gets the DAO class tested by this class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicDaoTest.setUp(GenericDAO<T,PK> dao,
Class<? extends T> clazz,
PK existingTestKey) |
Copyright © 2019. All Rights Reserved.