Uses of Interface
org.openiam.esb.repository.custom.EvictableCustomRepository
-
Packages that use EvictableCustomRepository Package Description org.openiam.esb.core.service.impl org.openiam.esb.repository org.openiam.esb.repository.custom org.openiam.esb.repository.impl -
-
Uses of EvictableCustomRepository in org.openiam.esb.core.service.impl
-
Uses of EvictableCustomRepository in org.openiam.esb.repository
Subinterfaces of EvictableCustomRepository in org.openiam.esb.repository Modifier and Type Interface Description interface
BatchTaskScheduleRepository
interface
GroupRepository
interface
MetadataElementPageTemplateRepository
Repository working withMetadataElementPageTemplateEntity
interface
OrganizationRepository
This is repository for working with OrganizationEntityinterface
PropertyValueRepository
Repository working withPropertyValueEntity
interface
ResourceRepository
interface
RoleRepository
-
Uses of EvictableCustomRepository in org.openiam.esb.repository.custom
Subinterfaces of EvictableCustomRepository in org.openiam.esb.repository.custom Modifier and Type Interface Description interface
GroupRepositoryCustom
interface
MetadataElementPageTemplateRepositoryCustom
This is repository for working with MetadataElementPageTemplateEntityinterface
OrganizationRepositoryCustom
This is custom repository for working with OrganizationEntityinterface
PropertyValueRepositoryCustom
interface
ResourceRepositoryCustom
interface
RoleRepositoryCustom
-
Uses of EvictableCustomRepository in org.openiam.esb.repository.impl
Classes in org.openiam.esb.repository.impl that implement EvictableCustomRepository Modifier and Type Class Description class
GroupRepositoryImpl
class
MetadataElementPageTemplateRepositoryImpl
JPA Repository implementation forMetadataElementPageTemplateEntity
.class
OrganizationRepositoryImpl
This is repository for working with OrganizationEntityclass
PropertyValueRepositoryImpl
class
ResourceRepositoryImpl
class
RoleRepositoryImpl
-