Uses of Class
org.openiam.elasticsearch.model.OrphanDoc
-
Packages that use OrphanDoc Package Description org.openiam.elasticsearch.converter org.openiam.esb.elasticsearch.repository org.openiam.esb.elasticsearch.repository.impl -
-
Uses of OrphanDoc in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return OrphanDoc Modifier and Type Method Description OrphanDocOrphanDocumentToEntityConverter. convertToDoc(Orphan dto)protected OrphanDocOrphanDocumentToEntityConverter. newDocument()Methods in org.openiam.elasticsearch.converter that return types with arguments of type OrphanDoc Modifier and Type Method Description Class<OrphanDoc>OrphanDocumentToEntityConverter. getDocumentClass()Methods in org.openiam.elasticsearch.converter with parameters of type OrphanDoc Modifier and Type Method Description OrphanOrphanDocumentToEntityConverter. convertToDTO(OrphanDoc doc) -
Uses of OrphanDoc in org.openiam.esb.elasticsearch.repository
Methods in org.openiam.esb.elasticsearch.repository that return types with arguments of type OrphanDoc Modifier and Type Method Description default Class<OrphanDoc>OrphanElasticSearchRepository. getDocumentClass() -
Uses of OrphanDoc in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl that return types with arguments of type OrphanDoc Modifier and Type Method Description Class<OrphanDoc>OrphanElasticSearchRepositoryImpl. getDocumentClass()Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type OrphanDoc Modifier and Type Method Description voidOrphanElasticSearchRepositoryImpl. prepare(OrphanDoc entity)
-