Interface IdentityQuestionRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<IdentityQuestionEntity,String>
,FindBeansRepositoryCustom<IdentityQuestionEntity,IdentityQuestionSearchBean>
- All Known Subinterfaces:
IdentityQuestionRepository
- All Known Implementing Classes:
IdentityQuestionRepositoryImpl
public interface IdentityQuestionRepositoryCustom extends AbstractKeyEntityCustomRepository<IdentityQuestionEntity,String>, FindBeansRepositoryCustom<IdentityQuestionEntity,IdentityQuestionSearchBean>
This is repository for working with IdentityQuestion- Author:
- Andrey Lezhebokov
-
-
Method Summary
-
Methods inherited from interface org.openiam.esb.repository.custom.AbstractKeyEntityCustomRepository
findByIdIn
-
Methods inherited from interface org.openiam.esb.repository.custom.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
-