Uses of Interface
org.hibernate.search.engine.mapper.mapping.spi.MappingStartContext
-
-
Uses of MappingStartContext in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type MappingStartContext Modifier and Type Method Description CompletableFuture<?>MappingImplementor. 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 MappingStartContext Modifier and Type Method Description CompletableFuture<?>HibernateOrmMapping. start(MappingStartContext context)Constructors in org.hibernate.search.mapper.orm.mapping.impl with parameters of type MappingStartContext Constructor Description AutomaticIndexingStrategyStartContextImpl(MappingStartContext delegate)CoordinationStrategyStartContextImpl(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 MappingStartContext Modifier and Type Method Description CompletableFuture<?>SchemaManagementListener. 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 MappingStartContext Modifier and Type Method Description CompletableFuture<?>AbstractPojoMappingImplementor. start(MappingStartContext context)
-