public class OperationRuleDefinitionMapDaoImpl extends BaseAbstractDaoImpl<OperationRuleDefinitionMap,Object> implements OperationRuleDefinitionMapDao
| Constructor and Description |
|---|
OperationRuleDefinitionMapDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByOperationId(Integer operationId) |
void |
deleteByRuleDefinitionId(Integer ruleDefinitionId) |
OperationRuleDefinitionMap |
get(OperationRuleDefinitionMap tdao) |
List<OperationRuleDefinitionMap> |
getAll(List<Object> ids) |
List<OperationRuleDefinitionMap> |
getByOperationId(Integer operationId) |
List<OperationRuleDefinitionMap> |
getByRuleDefinitionId(Integer ruleDefinitionId) |
List<Integer> |
getOperationIdsByRuleDefinitionId(Integer ruleDefinitionId) |
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 OperationRuleDefinitionMapDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource)
throws SQLException
SQLExceptionpublic OperationRuleDefinitionMap get(OperationRuleDefinitionMap tdao)
get in interface BaseDao<OperationRuleDefinitionMap,Object>public List<OperationRuleDefinitionMap> getAll(List<Object> ids)
getAll in interface BaseDao<OperationRuleDefinitionMap,Object>public List<OperationRuleDefinitionMap> getByRuleDefinitionId(Integer ruleDefinitionId)
getByRuleDefinitionId in interface OperationRuleDefinitionMapDaopublic List<OperationRuleDefinitionMap> getByOperationId(Integer operationId)
getByOperationId in interface OperationRuleDefinitionMapDaopublic void deleteByOperationId(Integer operationId)
deleteByOperationId in interface OperationRuleDefinitionMapDaopublic void deleteByRuleDefinitionId(Integer ruleDefinitionId)
deleteByRuleDefinitionId in interface OperationRuleDefinitionMapDaopublic List<Integer> getOperationIdsByRuleDefinitionId(Integer ruleDefinitionId)
getOperationIdsByRuleDefinitionId in interface OperationRuleDefinitionMapDaoCopyright © 2015–2019. All rights reserved.