Uses of Class
org.hibernate.search.mapper.orm.automaticindexing.AutomaticIndexingStrategyName
-
Packages that use AutomaticIndexingStrategyName Package Description org.hibernate.search.mapper.orm.automaticindexing org.hibernate.search.mapper.orm.cfg -
-
Uses of AutomaticIndexingStrategyName in org.hibernate.search.mapper.orm.automaticindexing
Methods in org.hibernate.search.mapper.orm.automaticindexing that return AutomaticIndexingStrategyName Modifier and Type Method Description static AutomaticIndexingStrategyNameAutomaticIndexingStrategyName. of(String value)Deprecated.static AutomaticIndexingStrategyNameAutomaticIndexingStrategyName. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static AutomaticIndexingStrategyName[]AutomaticIndexingStrategyName. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AutomaticIndexingStrategyName in org.hibernate.search.mapper.orm.cfg
Fields in org.hibernate.search.mapper.orm.cfg declared as AutomaticIndexingStrategyName Modifier and Type Field Description static AutomaticIndexingStrategyNameHibernateOrmMapperSettings.Defaults. AUTOMATIC_INDEXING_STRATEGYDeprecated.Use the new configuration property instead:HibernateOrmMapperSettings.AUTOMATIC_INDEXING_STRATEGY, (caution: it expects a boolean value, and its default isHibernateOrmMapperSettings.Defaults.ENABLED).
-