Package org.openiam.esb.repository.impl
Class GroupRepositoryImpl
- 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<GroupEntity,Group,GroupAttributeEntity,GroupAttribute,GroupSearchBean,GroupAttributeSearchBean>
-
- org.openiam.esb.repository.impl.GroupRepositoryImpl
-
- All Implemented Interfaces:
AbstractKeyEntityCustomRepository<GroupEntity,String>,AbstractKeyNameEntityCustomRepository<GroupEntity,String>,AbstractMetadataTypeRepositoryCustom<GroupEntity,String>,EvictableCustomRepository<GroupEntity>,FindBeansRepositoryCustom<GroupEntity,GroupSearchBean>,GroupRepositoryCustom
public class GroupRepositoryImpl extends AbstractAttributeAwareRepositoryImpl<GroupEntity,Group,GroupAttributeEntity,GroupAttribute,GroupSearchBean,GroupAttributeSearchBean> implements GroupRepositoryCustom
-
-
Field Summary
-
Fields inherited from class org.openiam.esb.repository.impl.AbstractKeyEntityRepositoryImpl
LOG
-
-
Constructor Summary
Constructors Constructor Description GroupRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<GroupEntity>buildSpecifications(GroupSearchBean sb)List<GroupEntity>findForSynchronizationRequest(SynchronizationRequestSearchBean sb)protected Class<GroupAttributeEntity>getAttributeClass()protected Class<GroupEntity>getEntityClass()protected AbstractKeyEntityRepository<GroupEntity,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<GroupEntity> buildSpecifications(GroupSearchBean sb)
- Overrides:
buildSpecificationsin classAbstractMetadataTypeRepositoryImpl<GroupEntity,GroupSearchBean>- Parameters:
sb-- Returns:
-
getRepository
protected AbstractKeyEntityRepository<GroupEntity,String> getRepository()
- Specified by:
getRepositoryin classAbstractKeyEntityRepositoryImpl<GroupEntity,GroupSearchBean>
-
findForSynchronizationRequest
public List<GroupEntity> findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
- Specified by:
findForSynchronizationRequestin interfaceGroupRepositoryCustom
-
getEntityClass
protected Class<GroupEntity> getEntityClass()
- Specified by:
getEntityClassin classAbstractKeyEntityRepositoryImpl<GroupEntity,GroupSearchBean>
-
getAttributeClass
protected Class<GroupAttributeEntity> getAttributeClass()
- Specified by:
getAttributeClassin classAbstractAttributeAwareRepositoryImpl<GroupEntity,Group,GroupAttributeEntity,GroupAttribute,GroupSearchBean,GroupAttributeSearchBean>
-
-