Package org.openiam.esb.repository
Interface MetadataElementRepository
-
- All Superinterfaces:
AbstractEntityRepository<MetadataElementEntity,String>
,AbstractKeyEntityCustomRepository<MetadataElementEntity,String>
,AbstractKeyEntityRepository<MetadataElementEntity,String>
,AbstractKeyNameEntityCustomRepository<MetadataElementEntity,String>
,AbstractKeyNameEntityRepository<MetadataElementEntity,String>
,org.springframework.data.repository.CrudRepository<MetadataElementEntity,String>
,FindBeansRepositoryCustom<MetadataElementEntity,MetadataElementSearchBean>
,org.springframework.data.jpa.repository.JpaRepository<MetadataElementEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<MetadataElementEntity>
,MetadataElementRepositoryCustom
,org.springframework.data.repository.PagingAndSortingRepository<MetadataElementEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<MetadataElementEntity>
,org.springframework.data.repository.Repository<MetadataElementEntity,String>
@Repository public interface MetadataElementRepository extends AbstractKeyNameEntityRepository<MetadataElementEntity,String>, MetadataElementRepositoryCustom
Repository working withMetadataElementEntity
- Author:
- Viacheslav Gnenny
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MetadataElementEntity>
getByResourceId(String resourceId)
-
Methods inherited from interface org.openiam.esb.repository.AbstractEntityRepository
getPageable
-
Methods inherited from interface org.openiam.esb.repository.custom.AbstractKeyEntityCustomRepository
findByIdIn
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
Methods inherited from interface org.openiam.esb.repository.custom.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, exists, findAll, findAll, findAll, findOne
-
Methods inherited from interface org.openiam.esb.repository.custom.MetadataElementRepositoryCustom
findByIds
-
-
-
-
Method Detail
-
getByResourceId
List<MetadataElementEntity> getByResourceId(String resourceId)
-
-