Package org.openiam.esb.repository
Interface SelfRegistrationWorkflowRepository
-
- All Superinterfaces:
AbstractEntityRepository<SelfRegistrationWorkflowEntity,String>
,AbstractKeyEntityCustomRepository<SelfRegistrationWorkflowEntity,String>
,AbstractKeyEntityRepository<SelfRegistrationWorkflowEntity,String>
,AbstractKeyNameEntityRepository<SelfRegistrationWorkflowEntity,String>
,org.springframework.data.repository.CrudRepository<SelfRegistrationWorkflowEntity,String>
,FindBeansRepositoryCustom<SelfRegistrationWorkflowEntity,SelfRegistrationWorkflowSearchBean>
,org.springframework.data.jpa.repository.JpaRepository<SelfRegistrationWorkflowEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<SelfRegistrationWorkflowEntity>
,org.springframework.data.repository.PagingAndSortingRepository<SelfRegistrationWorkflowEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<SelfRegistrationWorkflowEntity>
,org.springframework.data.repository.Repository<SelfRegistrationWorkflowEntity,String>
,SelfRegistrationWorkflowRepositoryCustom
@Repository public interface SelfRegistrationWorkflowRepository extends AbstractKeyNameEntityRepository<SelfRegistrationWorkflowEntity,String>, SelfRegistrationWorkflowRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteByContentProviderId(String contentProviderId)
List<SelfRegistrationWorkflowEntity>
findAllByContentProviderIdAndActive(String id, boolean active)
SelfRegistrationWorkflowEntity
findFirstByContentProviderId(String contentProviderId)
-
Methods inherited from interface org.openiam.esb.repository.AbstractEntityRepository
getPageable
-
Methods inherited from interface org.openiam.esb.repository.custom.AbstractKeyEntityCustomRepository
findByIdIn
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
Methods inherited from interface org.openiam.esb.repository.custom.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, exists, findAll, findAll, findAll, findOne
-
-
-
-
Method Detail
-
deleteByContentProviderId
void deleteByContentProviderId(String contentProviderId)
-
findFirstByContentProviderId
SelfRegistrationWorkflowEntity findFirstByContentProviderId(String contentProviderId)
-
findAllByContentProviderIdAndActive
List<SelfRegistrationWorkflowEntity> findAllByContentProviderIdAndActive(String id, boolean active)
-
-