public class SingleDaoRegister<T> extends AbstractDaoRegister<T>
| Constructor and Description |
|---|
SingleDaoRegister(T dao) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
T |
getDefaultDao()
Returns the default DAO .
|
String |
toString() |
getDao, returnDaopublic SingleDaoRegister(T dao)
dao - public T getDefaultDao()
DaoRegistergetDefaultDao in interface DaoRegister<T>getDefaultDao in class AbstractDaoRegister<T>Copyright © 2020. All rights reserved.