Package org.openiam.esb.repository
Interface IdentityQuestGroupRepository
-
- All Superinterfaces:
AbstractEntityRepository<IdentityQuestGroupEntity,String>
,AbstractKeyEntityRepository<IdentityQuestGroupEntity,String>
,AbstractKeyNameEntityRepository<IdentityQuestGroupEntity,String>
,org.springframework.data.repository.CrudRepository<IdentityQuestGroupEntity,String>
,org.springframework.data.jpa.repository.JpaRepository<IdentityQuestGroupEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<IdentityQuestGroupEntity>
,org.springframework.data.repository.PagingAndSortingRepository<IdentityQuestGroupEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<IdentityQuestGroupEntity>
,org.springframework.data.repository.Repository<IdentityQuestGroupEntity,String>
@Repository public interface IdentityQuestGroupRepository extends AbstractKeyNameEntityRepository<IdentityQuestGroupEntity,String>
This is repository for working with IdentityQuestGroup- Author:
- Andrey Lezhebokov
-
-
Method Summary
-
Methods inherited from interface org.openiam.esb.repository.AbstractEntityRepository
getPageable
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
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
-
-