Uses of Enum Class
io.quarkus.hibernate.search.standalone.elasticsearch.runtime.MappingStructure
Packages that use MappingStructure
Package
Description
-
Uses of MappingStructure in io.quarkus.hibernate.search.standalone.elasticsearch.runtime
Methods in io.quarkus.hibernate.search.standalone.elasticsearch.runtime that return MappingStructureModifier and TypeMethodDescriptionHibernateSearchStandaloneBuildTimeConfig.MappingConfig.structure()The structure of the Hibernate Search entity mapping.static MappingStructureReturns the enum constant of this class with the specified name.static MappingStructure[]MappingStructure.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MappingStructure in io.quarkus.hibernate.search.standalone.elasticsearch.runtime.mapping
Constructors in io.quarkus.hibernate.search.standalone.elasticsearch.runtime.mapping with parameters of type MappingStructureModifierConstructorDescriptionQuarkusHibernateSearchStandaloneMappingConfigurer(MappingStructure structure, Set<Class<?>> rootAnnotationMappedClasses)