Interface FormSettingsRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<FormSettingsEntity,,Long> DomainIdRepository<FormSettingsEntity,,Long> org.springframework.data.jpa.repository.JpaRepository<FormSettingsEntity,,Long> org.springframework.data.jpa.repository.JpaSpecificationExecutor<FormSettingsEntity>,org.springframework.data.repository.ListCrudRepository<FormSettingsEntity,,Long> org.springframework.data.repository.ListPagingAndSortingRepository<FormSettingsEntity,,Long> org.springframework.data.repository.PagingAndSortingRepository<FormSettingsEntity,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<FormSettingsEntity>,org.springframework.data.repository.Repository<FormSettingsEntity,Long>
@Repository
public interface FormSettingsRepository
extends DomainIdRepository<FormSettingsEntity,Long>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
org.springframework.data.jpa.repository.JpaSpecificationExecutor.SpecificationFluentQuery<T extends Object> -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByFormNameAndDomainId(String formName, Integer domainId) findByFormNameAndDomainId(String formName, Integer domainId) getResponseAttempts(String formName, Integer domainId) getViewCount(String formName, Integer domainId) intincrementFormViewCount(String formName, Integer domainId) intincrementResponseAttempts(String formName, Integer domainId) isDoubleOptIn(String formName, Integer domainId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface sk.iway.iwcm.system.datatable.spring.DomainIdRepository
findAllByDomainId, findAllByDomainId, findFirstByIdAndDomainIdMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, count, delete, delete, exists, exists, findAll, findAll, findAll, findAll, findAll, findBy, findBy, findOne, findOne, updateMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByFormNameAndDomainId
-
deleteByFormNameAndDomainId
-
findId
-
isRowView
-
isDoubleOptIn
-
incrementFormViewCount
-
getViewCount
-
getResponseAttempts
-
incrementResponseAttempts
-