Class DataCleansingStepDao
java.lang.Object
org.openforis.collect.persistence.jooq.JooqDaoSupport
org.openforis.collect.persistence.jooq.MappingJooqDaoSupport<Integer,DataCleansingStep,DataCleansingStepDao.JooqDSLContext>
org.openforis.collect.persistence.jooq.SurveyObjectMappingJooqDaoSupport<Integer,DataCleansingStep,DataCleansingStepDao.JooqDSLContext>
org.openforis.collect.datacleansing.persistence.DataCleansingItemDao<DataCleansingStep,DataCleansingStepDao.JooqDSLContext>
org.openforis.collect.datacleansing.persistence.DataCleansingStepDao
- All Implemented Interfaces:
PersistedObjectDao<DataCleansingStep,Integer>
@Component("dataCleansingStepDao")
@Transactional
public class DataCleansingStepDao
extends DataCleansingItemDao<DataCleansingStep,DataCleansingStepDao.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 TypeMethodDescriptioncreateQueryIdsSelect(DSLContext dsl, CollectSurvey survey) voiddeleteBySurvey(CollectSurvey survey) voiddeleteStepValues(int stepId) voiddeleteStepValues(CollectSurvey survey) voidinsertStepValues(int stepId, List<DataCleansingStepValue> values) loadByQuery(DataQuery query) 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
-
DataCleansingStepDao
public DataCleansingStepDao()
-
-
Method Details
-
createQueryIdsSelect
-
loadBySurvey
- Specified by:
loadBySurveyin classSurveyObjectMappingJooqDaoSupport<Integer,DataCleansingStep, DataCleansingStepDao.JooqDSLContext>
-
deleteBySurvey
- Specified by:
deleteBySurveyin classSurveyObjectMappingJooqDaoSupport<Integer,DataCleansingStep, DataCleansingStepDao.JooqDSLContext>
-
loadByQuery
-
insertStepValues
-
deleteStepValues
public void deleteStepValues(int stepId) -
deleteStepValues
-