Package org.openiam.esb.repository
Interface AbstractKeyNameEntityRepository<T extends AbstractKeyNameEntity,K extends Serializable>
-
- All Superinterfaces:
AbstractEntityRepository<T,K>,AbstractKeyEntityRepository<T,K>,org.springframework.data.repository.CrudRepository<T,K>,org.springframework.data.jpa.repository.JpaRepository<T,K>,org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>,org.springframework.data.repository.PagingAndSortingRepository<T,K>,org.springframework.data.repository.query.QueryByExampleExecutor<T>,org.springframework.data.repository.Repository<T,K>
- All Known Subinterfaces:
AbstractEntitlementPolicyRepository<T,KeyType>,AbstractMetadataTypeRepository<T,K>,AccessCertificationRepository,AccessRightRepository,AddressRepository,AttributeMapRepository,AuthAttributeRepository,AuthLevelAttributeRepository,AuthLevelGroupingRepository,AuthLevelRepository,AuthProviderRepository,AuthProviderTypeRepository,AuthResourceAMAttributeRepository,AuthResourceAttributeMapRepository,BatchTaskRepository,BusinessRuleTargetRepository,ContentProviderRepository,CSVConfigRepository,DefaultReconciliationAttributeMapRepository,EmailAddressRepository,GroupAttributeRepository,GroupRepository,IdentityQuestGroupRepository,ITPolicyRepository,ITPolicyVersionRepository,LoginAttributeRepository,MailboxConfigurationRepository,MailboxConfigurationTemplateRepository,MailTemplatePropertiesRepository,MailTemplateRepository,ManagedSysRepository,MetadataElementPageTemplateRepository,MetadataElementRepository,MetadataTypeRepository,MngSysPolicyRepository,OrganizationAttributeRepository,OrganizationRepository,OrganizationTypeRepository,OTPProviderRepository,PhoneRepository,PolicyDefParamRepository,PolicyRepository,ProfilePictureRepository,ProvisionConnectorRepository,ReconciliationConfigRepository,ReportCriteriaParamRepository,ReportParamMetaTypeRepository,ReportParamTypeRepository,ResourcePropRepository,ResourceRepository,RoleAttributeRepository,RoleRepository,SelfRegistrationStepRepository,SelfRegistrationWorkflowRepository,SourceAdapterConfigRepository,SynchConfigRepository,UIThemeRepository,URIPatternMetaTypeRepository,UserAttributeRepository,UserITPolicyHistoryRepository,UserKeyRepository
@NoRepositoryBean public interface AbstractKeyNameEntityRepository<T extends AbstractKeyNameEntity,K extends Serializable> extends AbstractKeyEntityRepository<T,K>
-
-
Method Summary
-
Methods inherited from interface org.openiam.esb.repository.AbstractEntityRepository
getPageable
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, exists, findAll, findAll, findAll, findOne
-
-