Uses of Class
org.hibernate.search.mapper.orm.session.impl.ConfiguredAutomaticIndexingStrategy
-
-
Uses of ConfiguredAutomaticIndexingStrategy in org.hibernate.search.mapper.orm.coordination.impl
Methods in org.hibernate.search.mapper.orm.coordination.impl that return ConfiguredAutomaticIndexingStrategy Modifier and Type Method Description ConfiguredAutomaticIndexingStrategyCoordinationConfigurationContextImpl. createAutomaticIndexingStrategy() -
Uses of ConfiguredAutomaticIndexingStrategy in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl with parameters of type ConfiguredAutomaticIndexingStrategy Modifier and Type Method Description static MappingImplementor<HibernateOrmMapping>HibernateOrmMapping. create(PojoMappingDelegate mappingDelegate, org.hibernate.search.mapper.orm.mapping.impl.HibernateOrmTypeContextContainer typeContextContainer, BeanHolder<? extends CoordinationStrategy> coordinationStrategyHolder, ConfiguredAutomaticIndexingStrategy configuredAutomaticIndexingStrategy, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, ConfigurationPropertySource propertySource) -
Uses of ConfiguredAutomaticIndexingStrategy in org.hibernate.search.mapper.orm.session.impl
Constructors in org.hibernate.search.mapper.orm.session.impl with parameters of type ConfiguredAutomaticIndexingStrategy Constructor Description Builder(HibernateOrmSearchSessionMappingContext mappingContext, HibernateOrmSessionTypeContextProvider typeContextProvider, ConfiguredAutomaticIndexingStrategy automaticIndexingStrategy, org.hibernate.engine.spi.SessionImplementor sessionImplementor)
-