Package org.openiam.esb.repository.impl
Class PropertyValueRepositoryImpl
- java.lang.Object
-
- org.openiam.esb.repository.impl.AbstractKeyEntityRepositoryImpl<PropertyValueEntity,PropertyValueSearchBean>
-
- org.openiam.esb.repository.impl.PropertyValueRepositoryImpl
-
- All Implemented Interfaces:
EvictableCustomRepository<PropertyValueEntity>
,FindBeansRepositoryCustom<PropertyValueEntity,PropertyValueSearchBean>
,PropertyValueRepositoryCustom
public class PropertyValueRepositoryImpl extends AbstractKeyEntityRepositoryImpl<PropertyValueEntity,PropertyValueSearchBean> implements PropertyValueRepositoryCustom
-
-
Field Summary
-
Fields inherited from class org.openiam.esb.repository.impl.AbstractKeyEntityRepositoryImpl
LOG
-
-
Constructor Summary
Constructors Constructor Description PropertyValueRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PropertyValueEntity>
getByCategory(String category)
protected Class<PropertyValueEntity>
getEntityClass()
protected AbstractKeyEntityRepository<PropertyValueEntity,String>
getRepository()
-
Methods inherited from class org.openiam.esb.repository.impl.AbstractKeyEntityRepositoryImpl
between, between, booleanEquals, booleanEquals, booleanEquals, buildPredicate, buildSpecification, buildSpecification, buildSpecification, buildSpecifications, count, dateBetween, evict, evict, evict, find, find, findByIdIn, ge, getPKfieldName, getSort, greaterThan, greaterThanOrEquals, gt, idSpecification, idSpecification, in, in, isCaseInSensitiveDatabase, isEmpty, isNotEmpty, isNull, isOracle, isValidSearchBean, le, lessThan, lessThanOrEquals, lt, notIn, objectBetween, objectEquals, objectEquals, stringEquals, stringEquals, stringEquals
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.esb.repository.custom.EvictableCustomRepository
evict, evict, evict
-
Methods inherited from interface org.openiam.esb.repository.custom.FindBeansRepositoryCustom
find, getByExample, getByExample
-
-
-
-
Method Detail
-
getRepository
protected AbstractKeyEntityRepository<PropertyValueEntity,String> getRepository()
- Specified by:
getRepository
in classAbstractKeyEntityRepositoryImpl<PropertyValueEntity,PropertyValueSearchBean>
-
getEntityClass
protected Class<PropertyValueEntity> getEntityClass()
- Specified by:
getEntityClass
in classAbstractKeyEntityRepositoryImpl<PropertyValueEntity,PropertyValueSearchBean>
-
getByCategory
public List<PropertyValueEntity> getByCategory(String category)
- Specified by:
getByCategory
in interfacePropertyValueRepositoryCustom
-
-