Uses of Interface
org.hibernate.search.engine.mapper.mapping.spi.MappingStartContext
-
Packages that use MappingStartContext Package Description org.hibernate.search.engine.mapper.mapping.spi -
-
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.
-