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