Interface PropertyValueRepositoryCustom
-
- All Superinterfaces:
EvictableCustomRepository<PropertyValueEntity>
- All Known Subinterfaces:
PropertyValueRepository
- All Known Implementing Classes:
PropertyValueRepositoryImpl
public interface PropertyValueRepositoryCustom extends EvictableCustomRepository<PropertyValueEntity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PropertyValueEntity>
getByCategory(String category)
-
Methods inherited from interface org.openiam.esb.repository.custom.EvictableCustomRepository
evict, evict, evict
-
-
-
-
Method Detail
-
getByCategory
List<PropertyValueEntity> getByCategory(String category)
-
-