Uses of Interface
org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingMappingContext
-
Packages that use AutomaticIndexingMappingContext Package Description org.hibernate.search.mapper.orm.coordination.common.spi org.hibernate.search.mapper.orm.mapping.impl -
-
Uses of AutomaticIndexingMappingContext in org.hibernate.search.mapper.orm.coordination.common.spi
Methods in org.hibernate.search.mapper.orm.coordination.common.spi that return AutomaticIndexingMappingContext Modifier and Type Method Description AutomaticIndexingMappingContextCoordinationStrategyStartContext. mapping() -
Uses of AutomaticIndexingMappingContext in org.hibernate.search.mapper.orm.mapping.impl
Classes in org.hibernate.search.mapper.orm.mapping.impl that implement AutomaticIndexingMappingContext Modifier and Type Class Description classHibernateOrmMappingMethods in org.hibernate.search.mapper.orm.mapping.impl that return AutomaticIndexingMappingContext Modifier and Type Method Description AutomaticIndexingMappingContextCoordinationStrategyStartContextImpl. mapping()Constructors in org.hibernate.search.mapper.orm.mapping.impl with parameters of type AutomaticIndexingMappingContext Constructor Description CoordinationStrategyStartContextImpl(AutomaticIndexingMappingContext mapping, MappingStartContext delegate, TenancyConfiguration tenancyConfiguration)
-