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 classAbstractAttributeDocumentToEntityConverter<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 classGroupAttributeDocclassResourceAttributeDocclassUserAttributeDoc -
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 interfaceAbstractAttributeElasticSearchRepository<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 interfaceAbstractAttributeElasticSearchRepositoryCustom<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 classAbstractAttributeElasticSearchRepositoryImpl<T extends AbstractAttributeDoc,DTO extends AbstractAttributeDTO,S extends AbstractAttributeSearchBean<DTO>>
-