public interface DataDao
Modifier and Type | Method and Description |
---|---|
void |
removeEntityListener() |
void |
setEntityListener() |
boolean |
updateDataSource(Data data) |
boolean |
updateDataTarget(Data data) |
boolean updateDataTarget(Data data) throws UnmatchedDataTypeException, DataDaoException
boolean updateDataSource(Data data) throws UnmatchedDataTypeException, DataDaoException
void setEntityListener()
void removeEntityListener()