Package org.openiam.esb.repository.impl
Class AbstractKeyNameEntityRepositoryImpl<T extends AbstractKeyNameEntity,S extends AbstractKeyNameSearchBean>
- java.lang.Object
-
- org.openiam.esb.repository.impl.AbstractKeyEntityRepositoryImpl<T,S>
-
- org.openiam.esb.repository.impl.AbstractKeyNameEntityRepositoryImpl<T,S>
-
- All Implemented Interfaces:
FindBeansRepositoryCustom<T,S>
- Direct Known Subclasses:
AbstractMetadataTypeRepositoryImpl
,AccessRightRepositoryImpl
,AttributeMapRepositoryImpl
,AuthAttributeRepositoryImpl
,AuthenticationRuleRepositoryImpl
,AuthProviderRepositoryImpl
,AuthResourceAttributeMapRepositoryImpl
,BatchTaskRepositoryImpl
,BusinessRuleRepositoryImpl
,BusinessRuleTargetRepositoryImpl
,ContentProviderRepositoryImpl
,CSVConfigRepositoryImpl
,ITPolicyRepositoryImpl
,ITPolicyVersionRepositoryImpl
,MailboxConfigurationRepositoryImpl
,MailboxConfigurationTemplateRepositoryImpl
,MailTemplatePropertiesRepositoryImpl
,MailTemplateRepositoryImpl
,ManagedSysRepositoryImpl
,MetadataElementPageTemplateRepositoryImpl
,MetadataElementRepositoryImpl
,MetadataTemplateTypeFieldRepositoryImpl
,MetadataTypeRepositoryImpl
,OrganizationTypeRepositoryImpl
,OTPProviderRepositoryImpl
,PolicyRepositoryImpl
,ProvisionConnectorRepositoryImpl
,ReconciliationConfigRepositoryImpl
,ResourcePropRepositoryImpl
,SelfRegistrationStepRepositoryImpl
,SelfRegistrationWorkflowRepositoryImpl
,SimulationProvReqRepositoryImpl
,SynchConfigRepositoryImpl
,UIThemeRepositoryImpl
,UserAttributeRepositoryImpl
,UserITPolicyHistoryRepositoryImpl
public abstract class AbstractKeyNameEntityRepositoryImpl<T extends AbstractKeyNameEntity,S extends AbstractKeyNameSearchBean> extends AbstractKeyEntityRepositoryImpl<T,S>
-
-
Field Summary
-
Fields inherited from class org.openiam.esb.repository.impl.AbstractKeyEntityRepositoryImpl
LOG
-
-
Constructor Summary
Constructors Constructor Description AbstractKeyNameEntityRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<T>
buildSpecifications(S searchBean)
-
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, getEntityClass, getPKfieldName, getRepository, 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.FindBeansRepositoryCustom
find, getByExample, getByExample
-
-
-
-
Method Detail
-
buildSpecifications
protected org.springframework.data.jpa.domain.Specification<T> buildSpecifications(S searchBean)
- Overrides:
buildSpecifications
in classAbstractKeyEntityRepositoryImpl<T extends AbstractKeyNameEntity,S extends AbstractKeyNameSearchBean>
-
-