Package org.openiam.esb.repository.impl
Class IdentityRepositoryImpl
- java.lang.Object
-
- org.openiam.esb.repository.impl.AbstractKeyEntityRepositoryImpl<IdentityEntity,IdentitySearchBean>
-
- org.openiam.esb.repository.impl.IdentityRepositoryImpl
-
- All Implemented Interfaces:
AbstractKeyEntityCustomRepository<IdentityEntity,String>
,FindBeansRepositoryCustom<IdentityEntity,IdentitySearchBean>
,IdentityRepositoryCustom
public class IdentityRepositoryImpl extends AbstractKeyEntityRepositoryImpl<IdentityEntity,IdentitySearchBean> implements IdentityRepositoryCustom
This is repository for working with IdentityEntity- Author:
- Andrey Lezhebokov
-
-
Field Summary
-
Fields inherited from class org.openiam.esb.repository.impl.AbstractKeyEntityRepositoryImpl
LOG
-
-
Constructor Summary
Constructors Constructor Description IdentityRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<IdentityEntity>
buildSpecifications(IdentitySearchBean sb)
Search IdentityEntity by conditions in IdentitySearchBeanprotected Class<IdentityEntity>
getEntityClass()
protected AbstractKeyEntityRepository<IdentityEntity,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<IdentityEntity> buildSpecifications(IdentitySearchBean sb)
Search IdentityEntity by conditions in IdentitySearchBean- Overrides:
buildSpecifications
in classAbstractKeyEntityRepositoryImpl<IdentityEntity,IdentitySearchBean>
- Parameters:
sb
-- Returns:
-
getRepository
protected AbstractKeyEntityRepository<IdentityEntity,String> getRepository()
- Specified by:
getRepository
in classAbstractKeyEntityRepositoryImpl<IdentityEntity,IdentitySearchBean>
-
getEntityClass
protected Class<IdentityEntity> getEntityClass()
- Specified by:
getEntityClass
in classAbstractKeyEntityRepositoryImpl<IdentityEntity,IdentitySearchBean>
-
-