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, returnDao
public SingleDaoRegister(T dao)
dao
- public T getDefaultDao()
DaoRegister
getDefaultDao
in interface DaoRegister<T>
getDefaultDao
in class AbstractDaoRegister<T>
Copyright © 2020. All rights reserved.