Uses of Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl.NamedDynamicTemplate
Packages that use NamedDynamicTemplate
Package
Description
-
Uses of NamedDynamicTemplate in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type NamedDynamicTemplateModifier and TypeMethodDescriptionvoidElasticsearchIndexNodeCollector.collect(NamedDynamicTemplate templateForMapping) -
Uses of NamedDynamicTemplate in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl
Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl that return types with arguments of type NamedDynamicTemplateMethods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl with parameters of type NamedDynamicTemplateModifier and TypeMethodDescriptionvoidRootTypeMapping.addDynamicTemplate(NamedDynamicTemplate template) -
Uses of NamedDynamicTemplate in org.hibernate.search.backend.elasticsearch.validation.impl
Method parameters in org.hibernate.search.backend.elasticsearch.validation.impl with type arguments of type NamedDynamicTemplateModifier and TypeMethodDescriptionvoidNamedDynamicTemplateListValidator.validate(ValidationErrorCollector errorCollector, List<NamedDynamicTemplate> expected, List<NamedDynamicTemplate> actual)