Class DataReportDao
java.lang.Object
org.openforis.collect.persistence.jooq.JooqDaoSupport
org.openforis.collect.persistence.jooq.MappingJooqDaoSupport<Integer,DataReport,DataReportDao.JooqDSLContext>
org.openforis.collect.persistence.jooq.SurveyObjectMappingJooqDaoSupport<Integer,DataReport,DataReportDao.JooqDSLContext>
org.openforis.collect.datacleansing.persistence.DataCleansingItemDao<DataReport,DataReportDao.JooqDSLContext>
org.openforis.collect.datacleansing.persistence.DataReportDao
- All Implemented Interfaces:
PersistedObjectDao<DataReport,Integer>
@Component("dataReportDao")
@Transactional
public class DataReportDao
extends DataCleansingItemDao<DataReport,DataReportDao.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) loadByQueryGroup(DataQueryGroup queryGroup) loadBySurvey(CollectSurvey survey) 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
-
DataReportDao
public DataReportDao()
-
-
Method Details
-
loadBySurvey
- Specified by:
loadBySurveyin classSurveyObjectMappingJooqDaoSupport<Integer,DataReport, DataReportDao.JooqDSLContext>
-
deleteBySurvey
- Specified by:
deleteBySurveyin classSurveyObjectMappingJooqDaoSupport<Integer,DataReport, DataReportDao.JooqDSLContext>
-
loadByQueryGroup
-
createDataReportIdsBySurveyQuery
protected static SelectConditionStep<Record1<Integer>> createDataReportIdsBySurveyQuery(CollectDSLContext dsl, CollectSurvey survey)
-