Interface MetadataElementRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<MetadataElementEntity,String>
,AbstractKeyNameEntityCustomRepository<MetadataElementEntity,String>
,FindBeansRepositoryCustom<MetadataElementEntity,MetadataElementSearchBean>
- All Known Subinterfaces:
MetadataElementRepository
- All Known Implementing Classes:
MetadataElementRepositoryImpl
public interface MetadataElementRepositoryCustom extends AbstractKeyNameEntityCustomRepository<MetadataElementEntity,String>, FindBeansRepositoryCustom<MetadataElementEntity,MetadataElementSearchBean>
This is repository for working with MetadataElementEntity- Author:
- Viacheslav Gnenny
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MetadataElementEntity>
findByIds(Collection<String> ids)
-
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
-
-
-
-
Method Detail
-
findByIds
List<MetadataElementEntity> findByIds(Collection<String> ids)
-
-