Class DataQueryTypeDao
java.lang.Object
org.openforis.collect.persistence.jooq.JooqDaoSupport
org.openforis.collect.persistence.jooq.MappingJooqDaoSupport<Integer,DataQueryType,DataQueryTypeDao.JooqDSLContext>
org.openforis.collect.persistence.jooq.SurveyObjectMappingJooqDaoSupport<Integer,DataQueryType,DataQueryTypeDao.JooqDSLContext>
org.openforis.collect.datacleansing.persistence.DataCleansingItemDao<DataQueryType,DataQueryTypeDao.JooqDSLContext>
org.openforis.collect.datacleansing.persistence.DataQueryTypeDao
- All Implemented Interfaces:
PersistedObjectDao<DataQueryType,Integer>
@Component("dataQueryTypeDao")
@Transactional
public class DataQueryTypeDao
extends DataCleansingItemDao<DataQueryType,DataQueryTypeDao.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 TypeMethodDescriptionvoiddeleteBySurvey(CollectSurvey survey) loadByCode(CollectSurvey survey, String code) 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
-
DataQueryTypeDao
public DataQueryTypeDao()
-
-
Method Details
-
loadBySurvey
- Specified by:
loadBySurveyin classSurveyObjectMappingJooqDaoSupport<Integer,DataQueryType, DataQueryTypeDao.JooqDSLContext>
-
deleteBySurvey
- Specified by:
deleteBySurveyin classSurveyObjectMappingJooqDaoSupport<Integer,DataQueryType, DataQueryTypeDao.JooqDSLContext>
-
loadByCode
-