Uses of Interface
org.hibernate.search.mapper.orm.automaticindexing.impl.AutomaticIndexingStrategyStartContext
-
Packages that use AutomaticIndexingStrategyStartContext Package Description org.hibernate.search.mapper.orm.mapping.impl org.hibernate.search.mapper.orm.session.impl -
-
Uses of AutomaticIndexingStrategyStartContext in org.hibernate.search.mapper.orm.mapping.impl
Classes in org.hibernate.search.mapper.orm.mapping.impl that implement AutomaticIndexingStrategyStartContext Modifier and Type Class Description classAutomaticIndexingStrategyStartContextImpl -
Uses of AutomaticIndexingStrategyStartContext in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl with parameters of type AutomaticIndexingStrategyStartContext Modifier and Type Method Description voidConfiguredAutomaticIndexingStrategy. start(HibernateOrmSearchSessionMappingContext mappingContext, AutomaticIndexingStrategyStartContext startContext, HibernateOrmListenerContextProvider contextProvider)
-