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, 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 OperationRuleDefinitionMapDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException
public 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 OperationRuleDefinitionMapDao
public List<OperationRuleDefinitionMap> getByOperationId(Integer operationId)
getByOperationId
in interface OperationRuleDefinitionMapDao
public void deleteByOperationId(Integer operationId)
deleteByOperationId
in interface OperationRuleDefinitionMapDao
public void deleteByRuleDefinitionId(Integer ruleDefinitionId)
deleteByRuleDefinitionId
in interface OperationRuleDefinitionMapDao
public List<Integer> getOperationIdsByRuleDefinitionId(Integer ruleDefinitionId)
getOperationIdsByRuleDefinitionId
in interface OperationRuleDefinitionMapDao
Copyright © 2015–2019. All rights reserved.