Uses of Class
org.openiam.elasticsearch.model.AbstractAttributeDoc
-
-
Uses of AbstractAttributeDoc in org.openiam.elasticsearch.converter
Classes in org.openiam.elasticsearch.converter with type parameters of type AbstractAttributeDoc Modifier and Type Class Description class
AbstractAttributeDocumentToEntityConverter<D extends AbstractAttributeDoc,E extends AbstractAttributeEntity,DTO extends AbstractAttributeDTO>
-
Uses of AbstractAttributeDoc in org.openiam.elasticsearch.model
Subclasses of AbstractAttributeDoc in org.openiam.elasticsearch.model Modifier and Type Class Description class
GroupAttributeDoc
class
ResourceAttributeDoc
class
UserAttributeDoc
-
Uses of AbstractAttributeDoc in org.openiam.esb.elasticsearch.repository
Classes in org.openiam.esb.elasticsearch.repository with type parameters of type AbstractAttributeDoc Modifier and Type Interface Description interface
AbstractAttributeElasticSearchRepository<A extends AbstractAttributeDoc>
-
Uses of AbstractAttributeDoc in org.openiam.esb.elasticsearch.repository.custom
Classes in org.openiam.esb.elasticsearch.repository.custom with type parameters of type AbstractAttributeDoc Modifier and Type Interface Description interface
AbstractAttributeElasticSearchRepositoryCustom<T extends AbstractAttributeDoc,S extends AbstractAttributeSearchBean>
-
Uses of AbstractAttributeDoc in org.openiam.esb.elasticsearch.repository.impl
Classes in org.openiam.esb.elasticsearch.repository.impl with type parameters of type AbstractAttributeDoc Modifier and Type Class Description class
AbstractAttributeElasticSearchRepositoryImpl<T extends AbstractAttributeDoc,DTO extends AbstractAttributeDTO,S extends AbstractAttributeSearchBean<DTO>>
-