Interface LanguageRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<LanguageEntity,String>
,FindBeansRepositoryCustom<LanguageEntity,LanguageSearchBean>
- All Known Subinterfaces:
LanguageRepository
- All Known Implementing Classes:
LanguageRepositoryImpl
public interface LanguageRepositoryCustom extends AbstractKeyEntityCustomRepository<LanguageEntity,String>, FindBeansRepositoryCustom<LanguageEntity,LanguageSearchBean>
This is repository for working with LanguageEntity- Author:
- Sanchir Kartiev
-
-
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
-
-