public interface DAO<T extends Entity>
| Modifier and Type | Method and Description |
|---|---|
void |
addEntity(T entity) |
List<T> |
findAll() |
List<T> findAll() throws SQLFaultException
SQLFaultExceptionvoid addEntity(T entity) throws SQLFaultException
SQLFaultExceptionCopyright © 2018. All rights reserved.