public class ExternalServerDaoImpl extends BaseAbstractDaoImpl<ExternalServerTable,Integer> implements ExternalServerDao
| Constructor and Description |
|---|
ExternalServerDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
| Modifier and Type | Method and Description |
|---|---|
ExternalServerTable |
get(ExternalServerTable tdao) |
List<ExternalServerTable> |
getAll(List<Integer> ids) |
QueryResponse |
getAll(Query query) |
List<ExternalServerTable> |
getAllEnabled() |
ExternalServerTable |
getByName(String name) |
countOf, countOf, countOf, create, createOrUpdate, delete, delete, delete, delete, deleteById, deleteByIds, get, getAll, getAll, getAll, getAllData, getById, getDao, getQueryResponse, getTableInfo, hasTable, update, updateBulk, updateBulk, updateId, updatePurgeConditionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountOf, countOf, countOf, create, createOrUpdate, delete, delete, delete, delete, deleteById, deleteByIds, get, getAll, getAll, getAllData, getById, getDao, getTableInfo, update, updateBulk, updateBulk, updateIdpublic ExternalServerDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource)
throws SQLException
SQLExceptionpublic List<ExternalServerTable> getAllEnabled()
getAllEnabled in interface ExternalServerDaopublic QueryResponse getAll(Query query)
getAll in interface ExternalServerDaopublic ExternalServerTable get(ExternalServerTable tdao)
get in interface BaseDao<ExternalServerTable,Integer>public List<ExternalServerTable> getAll(List<Integer> ids)
getAll in interface BaseDao<ExternalServerTable,Integer>public ExternalServerTable getByName(String name)
getByName in interface ExternalServerDaoCopyright © 2015–2019. All rights reserved.