Interface SynchConfigRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<SynchConfigEntity,String>
,AbstractKeyNameEntityCustomRepository<SynchConfigEntity,String>
,FindBeansRepositoryCustom<SynchConfigEntity,SynchConfigSearchBean>
- All Known Subinterfaces:
SynchConfigRepository
- All Known Implementing Classes:
SynchConfigRepositoryImpl
public interface SynchConfigRepositoryCustom extends AbstractKeyNameEntityCustomRepository<SynchConfigEntity,String>, FindBeansRepositoryCustom<SynchConfigEntity,SynchConfigSearchBean>
This is repository for working with SynchConfig- 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
-
-