Package org.openiam.esb.repository.impl
Class ManagedSysRepositoryImpl
- java.lang.Object
-
- org.openiam.esb.repository.impl.AbstractKeyEntityRepositoryImpl<T,S>
-
- org.openiam.esb.repository.impl.AbstractKeyNameEntityRepositoryImpl<ManagedSysEntity,ManagedSysSearchBean>
-
- org.openiam.esb.repository.impl.ManagedSysRepositoryImpl
-
- All Implemented Interfaces:
AbstractKeyEntityCustomRepository<ManagedSysEntity,String>
,AbstractKeyNameEntityCustomRepository<ManagedSysEntity,String>
,FindBeansRepositoryCustom<ManagedSysEntity,ManagedSysSearchBean>
,ManagedSysRepositoryCustom
public class ManagedSysRepositoryImpl extends AbstractKeyNameEntityRepositoryImpl<ManagedSysEntity,ManagedSysSearchBean> implements ManagedSysRepositoryCustom
-
-
Field Summary
-
Fields inherited from class org.openiam.esb.repository.impl.AbstractKeyEntityRepositoryImpl
LOG
-
-
Constructor Summary
Constructors Constructor Description ManagedSysRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<ManagedSysEntity>
buildSpecifications(ManagedSysSearchBean sb)
List<ManagedSysEntity>
findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
protected Class<ManagedSysEntity>
getEntityClass()
protected AbstractKeyEntityRepository<ManagedSysEntity,String>
getRepository()
-
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.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
-
-
-
Method Detail
-
buildSpecifications
protected org.springframework.data.jpa.domain.Specification<ManagedSysEntity> buildSpecifications(ManagedSysSearchBean sb)
- Overrides:
buildSpecifications
in classAbstractKeyNameEntityRepositoryImpl<ManagedSysEntity,ManagedSysSearchBean>
-
getRepository
protected AbstractKeyEntityRepository<ManagedSysEntity,String> getRepository()
- Specified by:
getRepository
in classAbstractKeyEntityRepositoryImpl<ManagedSysEntity,ManagedSysSearchBean>
-
findForSynchronizationRequest
public List<ManagedSysEntity> findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
- Specified by:
findForSynchronizationRequest
in interfaceManagedSysRepositoryCustom
-
getEntityClass
protected Class<ManagedSysEntity> getEntityClass()
- Specified by:
getEntityClass
in classAbstractKeyEntityRepositoryImpl<ManagedSysEntity,ManagedSysSearchBean>
-
-