Uses of Interface
org.hibernate.search.engine.mapper.mapping.spi.MappingStartContext
Packages that use MappingStartContext
Package
Description
-
Uses of MappingStartContext in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type MappingStartContextModifier and TypeMethodDescriptionMappingImplementor.start(MappingStartContext context) Start any resource necessary to operate the mapping at runtime. -
Uses of MappingStartContext in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl with parameters of type MappingStartContextConstructors in org.hibernate.search.mapper.orm.mapping.impl with parameters of type MappingStartContextModifierConstructorDescriptionCoordinationStrategyStartContextImpl(AutomaticIndexingMappingContext mapping, MappingStartContext delegate, TenancyConfiguration tenancyConfiguration) -
Uses of MappingStartContext in org.hibernate.search.mapper.orm.schema.management.impl
Methods in org.hibernate.search.mapper.orm.schema.management.impl with parameters of type MappingStartContextModifier and TypeMethodDescriptionSchemaManagementListener.onStart(MappingStartContext context, PojoScopeSchemaManager manager) -
Uses of MappingStartContext in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type MappingStartContextModifier and TypeMethodDescriptionAbstractPojoMappingImplementor.start(MappingStartContext context)