Package org.openiam.esb.repository
Interface PropertyValueRepository
-
- All Superinterfaces:
AbstractEntityRepository<PropertyValueEntity,String>
,AbstractKeyEntityRepository<PropertyValueEntity,String>
,org.springframework.data.repository.CrudRepository<PropertyValueEntity,String>
,EvictableCustomRepository<PropertyValueEntity>
,org.springframework.data.jpa.repository.JpaRepository<PropertyValueEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<PropertyValueEntity>
,org.springframework.data.repository.PagingAndSortingRepository<PropertyValueEntity,String>
,PropertyValueRepositoryCustom
,org.springframework.data.repository.query.QueryByExampleExecutor<PropertyValueEntity>
,org.springframework.data.repository.Repository<PropertyValueEntity,String>
@Repository public interface PropertyValueRepository extends AbstractKeyEntityRepository<PropertyValueEntity,String>, PropertyValueRepositoryCustom
Repository working withPropertyValueEntity
- Author:
- Viacheslav Gnenny
-
-
Method Summary
-
Methods inherited from interface org.openiam.esb.repository.AbstractEntityRepository
getPageable
-
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.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.springframework.data.repository.PagingAndSortingRepository
findAll
-
Methods inherited from interface org.openiam.esb.repository.custom.PropertyValueRepositoryCustom
getByCategory
-
-