Class DataQueryGroupDao
java.lang.Object
org.openforis.collect.persistence.jooq.JooqDaoSupport
org.openforis.collect.persistence.jooq.MappingJooqDaoSupport<Integer,DataQueryGroup,DataQueryGroupDao.JooqDSLContext>
org.openforis.collect.persistence.jooq.SurveyObjectMappingJooqDaoSupport<Integer,DataQueryGroup,DataQueryGroupDao.JooqDSLContext>
org.openforis.collect.datacleansing.persistence.DataCleansingItemDao<DataQueryGroup,DataQueryGroupDao.JooqDSLContext>
org.openforis.collect.datacleansing.persistence.DataQueryGroupDao
- All Implemented Interfaces:
PersistedObjectDao<DataQueryGroup,Integer>
@Component("dataQueryGroupDao")
@Transactional
public class DataQueryGroupDao
extends DataCleansingItemDao<DataQueryGroup,DataQueryGroupDao.JooqDSLContext>
- Author:
- S. Ricci
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.openforis.collect.persistence.jooq.JooqDaoSupport
JooqDaoSupport.CollectStoreQuery, JooqDaoSupport.CollectStoreQueryBuffer -
Field Summary
Fields inherited from class org.openforis.collect.persistence.jooq.MappingJooqDaoSupport
jooqFactoryClassFields inherited from class org.openforis.collect.persistence.jooq.JooqDaoSupport
dsl, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static SelectConditionStep<Record1<Integer>> voiddeleteBySurvey(CollectSurvey survey) voidvoiddeleteQueryAssociations(CollectSurvey survey) voidinsertQueryAssociations(DataQueryGroup chain, List<Integer> queryIds) loadBySurvey(CollectSurvey survey) loadGroupsByQuery(DataQuery query) loadQueryIds(DataQueryGroup group) Methods inherited from class org.openforis.collect.persistence.jooq.SurveyObjectMappingJooqDaoSupport
dsl, insert, loadById, updateMethods inherited from class org.openforis.collect.persistence.jooq.MappingJooqDaoSupport
delete, deleteByIds, dsl, findContaining, findStartingWith, getConfiguration, loadAll, loadById, loadByIdMethods inherited from class org.openforis.collect.persistence.jooq.JooqDaoSupport
executeInBatch, getLog, isConstraintViolation, setDsl, toTimestampMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openforis.collect.persistence.PersistedObjectDao
delete, loadAll, loadById
-
Constructor Details
-
DataQueryGroupDao
public DataQueryGroupDao()
-
-
Method Details
-
loadBySurvey
- Specified by:
loadBySurveyin classSurveyObjectMappingJooqDaoSupport<Integer,DataQueryGroup, DataQueryGroupDao.JooqDSLContext>
-
deleteBySurvey
- Specified by:
deleteBySurveyin classSurveyObjectMappingJooqDaoSupport<Integer,DataQueryGroup, DataQueryGroupDao.JooqDSLContext>
-
loadGroupsByQuery
-
loadQueryIds
-
deleteQueryAssociations
-
deleteQueryAssociations
-
insertQueryAssociations
-
createDataQueryGroupIdBySurveyQuery
protected static SelectConditionStep<Record1<Integer>> createDataQueryGroupIdBySurveyQuery(CollectDSLContext dsl, CollectSurvey survey)
-