Interface CSVConfigRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<CSVConfigEntity,String>
,AbstractKeyNameEntityCustomRepository<CSVConfigEntity,String>
,FindBeansRepositoryCustom<CSVConfigEntity,CSVConfigSearchBean>
- All Known Subinterfaces:
CSVConfigRepository
- All Known Implementing Classes:
CSVConfigRepositoryImpl
public interface CSVConfigRepositoryCustom extends AbstractKeyNameEntityCustomRepository<CSVConfigEntity,String>, FindBeansRepositoryCustom<CSVConfigEntity,CSVConfigSearchBean>
This is repository for working with CSVConfig- 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
-
-