public abstract class AbstractDAO<E extends Entity> extends SQLRunner implements DAO<E>, SQLRecordMapper<E>
| Constructor and Description |
|---|
AbstractDAO(String tableName,
HasSQLConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
findAll() |
count, execute, query, queryAsStream, queryIterator, querySingleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildEntityprotected final String tableName
public AbstractDAO(String tableName, HasSQLConnection conn)
public List<E> findAll() throws SQLFaultException
findAll in interface DAO<E extends Entity>SQLFaultExceptionCopyright © 2018. All rights reserved.