Package org.openiam.esb.repository.impl
Class RoleRepositoryImpl
- java.lang.Object
-
- org.openiam.esb.repository.impl.AbstractKeyEntityRepositoryImpl<T,S>
-
- org.openiam.esb.repository.impl.AbstractKeyNameEntityRepositoryImpl<T,S>
-
- org.openiam.esb.repository.impl.AbstractMetadataTypeRepositoryImpl<Entity,S>
-
- org.openiam.esb.repository.impl.AbstractAttributeAwareRepositoryImpl<RoleEntity,Role,RoleAttributeEntity,RoleAttribute,RoleSearchBean,RoleAttributeSearchBean>
-
- org.openiam.esb.repository.impl.RoleRepositoryImpl
-
- All Implemented Interfaces:
AbstractKeyEntityCustomRepository<RoleEntity,String>
,AbstractKeyNameEntityCustomRepository<RoleEntity,String>
,AbstractMetadataTypeRepositoryCustom<RoleEntity,String>
,EvictableCustomRepository<RoleEntity>
,FindBeansRepositoryCustom<RoleEntity,RoleSearchBean>
,RoleRepositoryCustom
public class RoleRepositoryImpl extends AbstractAttributeAwareRepositoryImpl<RoleEntity,Role,RoleAttributeEntity,RoleAttribute,RoleSearchBean,RoleAttributeSearchBean> implements RoleRepositoryCustom
-
-
Field Summary
-
Fields inherited from class org.openiam.esb.repository.impl.AbstractKeyEntityRepositoryImpl
LOG
-
-
Constructor Summary
Constructors Constructor Description RoleRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<RoleEntity>
buildSpecifications(RoleSearchBean sb)
List<RoleEntity>
findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
protected Class<RoleAttributeEntity>
getAttributeClass()
protected Class<RoleEntity>
getEntityClass()
protected AbstractKeyEntityRepository<RoleEntity,String>
getRepository()
-
Methods inherited from class org.openiam.esb.repository.impl.AbstractAttributeAwareRepositoryImpl
addAttributeSpecification, init
-
Methods inherited from class org.openiam.esb.repository.impl.AbstractKeyEntityRepositoryImpl
between, between, booleanEquals, booleanEquals, booleanEquals, buildPredicate, buildSpecification, buildSpecification, buildSpecification, 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.AbstractKeyEntityCustomRepository
findByIdIn
-
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
-
-
-
-
Method Detail
-
buildSpecifications
protected org.springframework.data.jpa.domain.Specification<RoleEntity> buildSpecifications(RoleSearchBean sb)
- Overrides:
buildSpecifications
in classAbstractMetadataTypeRepositoryImpl<RoleEntity,RoleSearchBean>
-
findForSynchronizationRequest
public List<RoleEntity> findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
- Specified by:
findForSynchronizationRequest
in interfaceRoleRepositoryCustom
-
getRepository
protected AbstractKeyEntityRepository<RoleEntity,String> getRepository()
- Specified by:
getRepository
in classAbstractKeyEntityRepositoryImpl<RoleEntity,RoleSearchBean>
-
getEntityClass
protected Class<RoleEntity> getEntityClass()
- Specified by:
getEntityClass
in classAbstractKeyEntityRepositoryImpl<RoleEntity,RoleSearchBean>
-
getAttributeClass
protected Class<RoleAttributeEntity> getAttributeClass()
- Specified by:
getAttributeClass
in classAbstractAttributeAwareRepositoryImpl<RoleEntity,Role,RoleAttributeEntity,RoleAttribute,RoleSearchBean,RoleAttributeSearchBean>
-
-