Package org.openiam.esb.repository
Interface MetadataElementPageTemplateRepository
-
- All Superinterfaces:
AbstractEntityRepository<MetadataElementPageTemplateEntity,String>
,AbstractKeyEntityCustomRepository<MetadataElementPageTemplateEntity,String>
,AbstractKeyEntityRepository<MetadataElementPageTemplateEntity,String>
,AbstractKeyNameEntityCustomRepository<MetadataElementPageTemplateEntity,String>
,AbstractKeyNameEntityRepository<MetadataElementPageTemplateEntity,String>
,org.springframework.data.repository.CrudRepository<MetadataElementPageTemplateEntity,String>
,EvictableCustomRepository<MetadataElementPageTemplateEntity>
,FindBeansRepositoryCustom<MetadataElementPageTemplateEntity,MetadataElementPageTemplateSearchBean>
,org.springframework.data.jpa.repository.JpaRepository<MetadataElementPageTemplateEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<MetadataElementPageTemplateEntity>
,MetadataElementPageTemplateRepositoryCustom
,org.springframework.data.repository.PagingAndSortingRepository<MetadataElementPageTemplateEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<MetadataElementPageTemplateEntity>
,org.springframework.data.repository.Repository<MetadataElementPageTemplateEntity,String>
@Repository public interface MetadataElementPageTemplateRepository extends AbstractKeyNameEntityRepository<MetadataElementPageTemplateEntity,String>, MetadataElementPageTemplateRepositoryCustom
Repository working withMetadataElementPageTemplateEntity
- Author:
- Viacheslav Gnenny
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
countAllByName(String name)
List<MetadataElementPageTemplateEntity>
findByResourceId(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.EvictableCustomRepository
evict, evict, evict
-
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
-
-
-
-
Method Detail
-
findByResourceId
List<MetadataElementPageTemplateEntity> findByResourceId(String resourceId)
-
countAllByName
long countAllByName(String name)
-
-