Class DataQueryDao
- java.lang.Object
-
- org.openforis.collect.persistence.jooq.JooqDaoSupport
-
- org.openforis.collect.persistence.jooq.MappingJooqDaoSupport<I,T,C>
-
- org.openforis.collect.persistence.jooq.SurveyObjectMappingJooqDaoSupport<Integer,T,C>
-
- org.openforis.collect.datacleansing.persistence.DataCleansingItemDao<DataQuery,DataQueryDao.JooqDSLContext>
-
- org.openforis.collect.datacleansing.persistence.DataQueryDao
-
- All Implemented Interfaces:
PersistedObjectDao<DataQuery,Integer>
@Component("dataQueryDao") @Transactional public class DataQueryDao extends DataCleansingItemDao<DataQuery,DataQueryDao.JooqDSLContext>- Author:
- S. Ricci
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classDataQueryDao.JooqDSLContext-
Nested 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
jooqFactoryClass
-
Fields inherited from class org.openforis.collect.persistence.jooq.JooqDaoSupport
dsl, log
-
-
Constructor Summary
Constructors Constructor Description DataQueryDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteBySurvey(CollectSurvey survey)List<DataQuery>loadBySurvey(CollectSurvey survey)List<DataQuery>loadByType(DataQueryType type)-
Methods inherited from class org.openforis.collect.persistence.jooq.SurveyObjectMappingJooqDaoSupport
dsl, insert, loadById, update
-
Methods inherited from class org.openforis.collect.persistence.jooq.MappingJooqDaoSupport
delete, deleteByIds, dsl, findContaining, findStartingWith, getConfiguration, loadAll, loadById, loadById
-
Methods inherited from class org.openforis.collect.persistence.jooq.JooqDaoSupport
executeInBatch, getLog, isConstraintViolation, setDsl, toTimestamp
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openforis.collect.persistence.PersistedObjectDao
delete, loadAll, loadById
-
-
-
-
Method Detail
-
loadBySurvey
public List<DataQuery> loadBySurvey(CollectSurvey survey)
- Specified by:
loadBySurveyin classSurveyObjectMappingJooqDaoSupport<Integer,DataQuery,DataQueryDao.JooqDSLContext>
-
deleteBySurvey
public void deleteBySurvey(CollectSurvey survey)
- Specified by:
deleteBySurveyin classSurveyObjectMappingJooqDaoSupport<Integer,DataQuery,DataQueryDao.JooqDSLContext>
-
loadByType
public List<DataQuery> loadByType(DataQueryType type)
-
-