Package org.openiam.esb.repository
Interface ResourcePropRepository
-
- All Superinterfaces:
AbstractEntityRepository<ResourcePropEntity,String>
,AbstractKeyEntityCustomRepository<ResourcePropEntity,String>
,AbstractKeyEntityRepository<ResourcePropEntity,String>
,AbstractKeyNameEntityCustomRepository<ResourcePropEntity,String>
,AbstractKeyNameEntityRepository<ResourcePropEntity,String>
,org.springframework.data.repository.CrudRepository<ResourcePropEntity,String>
,FindBeansRepositoryCustom<ResourcePropEntity,ResourceAttributeSearchBean>
,org.springframework.data.jpa.repository.JpaRepository<ResourcePropEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<ResourcePropEntity>
,org.springframework.data.repository.PagingAndSortingRepository<ResourcePropEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<ResourcePropEntity>
,org.springframework.data.repository.Repository<ResourcePropEntity,String>
,ResourcePropRepositoryCustom
@Repository public interface ResourcePropRepository extends AbstractKeyNameEntityRepository<ResourcePropEntity,String>, ResourcePropRepositoryCustom
This is repository for working with ResourceProp- Author:
- Andrey Lezhebokov
-
-
Method Summary
-
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
-
-