Uses of Interface
org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationStrategy
-
-
Uses of AutomaticIndexingSynchronizationStrategy in org.hibernate.search.mapper.orm.automaticindexing.session
Methods in org.hibernate.search.mapper.orm.automaticindexing.session that return AutomaticIndexingSynchronizationStrategy Modifier and Type Method Description static AutomaticIndexingSynchronizationStrategy
AutomaticIndexingSynchronizationStrategy. async()
static AutomaticIndexingSynchronizationStrategy
AutomaticIndexingSynchronizationStrategy. readSync()
static AutomaticIndexingSynchronizationStrategy
AutomaticIndexingSynchronizationStrategy. sync()
static AutomaticIndexingSynchronizationStrategy
AutomaticIndexingSynchronizationStrategy. writeSync()
-
Uses of AutomaticIndexingSynchronizationStrategy in org.hibernate.search.mapper.orm.cfg
Fields in org.hibernate.search.mapper.orm.cfg with type parameters of type AutomaticIndexingSynchronizationStrategy Modifier and Type Field Description static BeanReference<AutomaticIndexingSynchronizationStrategy>
HibernateOrmMapperSettings.Defaults. AUTOMATIC_INDEXING_SYNCHRONIZATION_STRATEGY
-
Uses of AutomaticIndexingSynchronizationStrategy in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session with parameters of type AutomaticIndexingSynchronizationStrategy Modifier and Type Method Description void
SearchSession. automaticIndexingSynchronizationStrategy(AutomaticIndexingSynchronizationStrategy synchronizationStrategy)
Set theAutomaticIndexingSynchronizationStrategy
to use for this session.
-