public class GatewayDaoImpl extends BaseAbstractDaoImpl<GatewayTable,Integer> implements GatewayDao
| Constructor and Description |
|---|
GatewayDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
| Modifier and Type | Method and Description |
|---|---|
GatewayTable |
get(GatewayTable tdao) |
List<GatewayTable> |
getAll(GatewayUtils.GATEWAY_TYPE gatewayType,
AppProperties.NETWORK_TYPE networkType) |
List<GatewayTable> |
getAll(GatewayUtils.GATEWAY_TYPE gatewayType,
AppProperties.NETWORK_TYPE networkType,
Boolean enabled) |
List<GatewayTable> |
getAll(List<Integer> ids) |
QueryResponse |
getAll(Query query) |
List<GatewayTable> |
getAll(Query query,
String filter,
AllowedResources allowedResources) |
List<GatewayTable> |
getAllEnabled() |
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 GatewayDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource)
throws SQLException
SQLExceptionpublic List<GatewayTable> getAllEnabled()
getAllEnabled in interface GatewayDaopublic List<GatewayTable> getAll(GatewayUtils.GATEWAY_TYPE gatewayType, AppProperties.NETWORK_TYPE networkType)
getAll in interface GatewayDaopublic List<GatewayTable> getAll(GatewayUtils.GATEWAY_TYPE gatewayType, AppProperties.NETWORK_TYPE networkType, Boolean enabled)
getAll in interface GatewayDaopublic QueryResponse getAll(Query query)
getAll in interface GatewayDaopublic GatewayTable get(GatewayTable tdao)
get in interface BaseDao<GatewayTable,Integer>public List<GatewayTable> getAll(List<Integer> ids)
getAll in interface BaseDao<GatewayTable,Integer>public List<GatewayTable> getAll(Query query, String filter, AllowedResources allowedResources)
getAll in interface GatewayDaoCopyright © 2015–2019. All rights reserved.