@Component(value="dataQueryGroupDao") @Transactional public class DataQueryGroupDao extends DataCleansingItemDao<DataQueryGroup,DataQueryGroupDao.JooqDSLContext>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DataQueryGroupDao.JooqDSLContext |
JooqDaoSupport.CollectStoreQuery, JooqDaoSupport.CollectStoreQueryBufferjooqFactoryClassdsl, log| Constructor and Description |
|---|
DataQueryGroupDao() |
| Modifier and Type | Method and Description |
|---|---|
protected static SelectConditionStep<Record1<Integer>> |
createDataQueryGroupIdBySurveyQuery(CollectDSLContext dsl,
CollectSurvey survey) |
void |
deleteBySurvey(CollectSurvey survey) |
void |
deleteQueryAssociations(CollectSurvey survey) |
void |
deleteQueryAssociations(DataQueryGroup group) |
void |
insertQueryAssociations(DataQueryGroup chain,
List<Integer> queryIds) |
List<DataQueryGroup> |
loadBySurvey(CollectSurvey survey) |
Set<DataQueryGroup> |
loadGroupsByQuery(DataQuery query) |
List<Integer> |
loadQueryIds(DataQueryGroup group) |
dsl, insert, loadById, updatedelete, deleteByIds, dsl, findContaining, findStartingWith, getConfiguration, loadAll, loadByIdgetLog, isConstraintViolation, setDsl, toTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, loadAllpublic List<DataQueryGroup> loadBySurvey(CollectSurvey survey)
loadBySurvey in class SurveyObjectMappingJooqDaoSupport<Integer,DataQueryGroup,DataQueryGroupDao.JooqDSLContext>public void deleteBySurvey(CollectSurvey survey)
deleteBySurvey in class SurveyObjectMappingJooqDaoSupport<Integer,DataQueryGroup,DataQueryGroupDao.JooqDSLContext>public Set<DataQueryGroup> loadGroupsByQuery(DataQuery query)
public List<Integer> loadQueryIds(DataQueryGroup group)
public void deleteQueryAssociations(DataQueryGroup group)
public void deleteQueryAssociations(CollectSurvey survey)
public void insertQueryAssociations(DataQueryGroup chain, List<Integer> queryIds)
protected static SelectConditionStep<Record1<Integer>> createDataQueryGroupIdBySurveyQuery(CollectDSLContext dsl, CollectSurvey survey)
Copyright © 2021 Open Foris. All rights reserved.