public class OperationDaoImpl extends BaseAbstractDaoImpl<OperationTable,Integer> implements OperationDao
Constructor and Description |
---|
OperationDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
Modifier and Type | Method and Description |
---|---|
OperationTable |
get(OperationTable operationTable) |
List<OperationTable> |
getAll(List<Integer> ids) |
QueryResponse |
getAll(Query query) |
OperationTable |
getByName(String notificationName) |
List<OperationTable> |
getByRuleDefinitionId(Integer ruleDefinitionId) |
List<OperationTable> |
getByRuleDefinitionIdEnabled(Integer ruleDefinitionId) |
List<OperationTable> |
getByTimerId(Integer timerId) |
List<OperationTable> |
getByTimerIdEnabled(Integer timerId) |
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, updatePurgeCondition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countOf, countOf, countOf, create, createOrUpdate, delete, delete, delete, delete, deleteById, deleteByIds, get, getAll, getAll, getAllData, getById, getDao, getTableInfo, update, updateBulk, updateBulk, updateId
public OperationDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException
public List<OperationTable> getAll(List<Integer> ids)
getAll
in interface BaseDao<OperationTable,Integer>
public OperationTable get(OperationTable operationTable)
get
in interface BaseDao<OperationTable,Integer>
public OperationTable getByName(String notificationName)
getByName
in interface OperationDao
public QueryResponse getAll(Query query)
getAll
in interface OperationDao
public List<OperationTable> getByRuleDefinitionId(Integer ruleDefinitionId)
getByRuleDefinitionId
in interface OperationDao
public List<OperationTable> getByRuleDefinitionIdEnabled(Integer ruleDefinitionId)
getByRuleDefinitionIdEnabled
in interface OperationDao
public List<OperationTable> getByTimerId(Integer timerId)
getByTimerId
in interface OperationDao
public List<OperationTable> getByTimerIdEnabled(Integer timerId)
getByTimerIdEnabled
in interface OperationDao
Copyright © 2015–2019. All rights reserved.