Uses of Enum Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl.DynamicType
Packages that use DynamicType
Package
Description
-
Uses of DynamicType in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl
Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl that return DynamicTypeModifier and TypeMethodDescriptionstatic DynamicTypeDynamicType.create(DynamicMapping dynamicMapping) AbstractTypeMapping.getDynamic()static DynamicTypeReturns the enum constant of this class with the specified name.static DynamicType[]DynamicType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl with parameters of type DynamicType -
Uses of DynamicType in org.hibernate.search.backend.elasticsearch.types.impl
Methods in org.hibernate.search.backend.elasticsearch.types.impl with parameters of type DynamicTypeModifier and TypeMethodDescriptionElasticsearchIndexCompositeNodeType.createMapping(DynamicType dynamicType)