Uses of Enum
org.hibernate.search.mapper.orm.automaticindexing.AutomaticIndexingStrategyName
Package
Description
-
Uses of AutomaticIndexingStrategyName in org.hibernate.search.mapper.orm.automaticindexing
Modifier and TypeMethodDescriptionDeprecated.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
Modifier and TypeFieldDescriptionstatic final AutomaticIndexingStrategyName
HibernateOrmMapperSettings.Defaults.AUTOMATIC_INDEXING_STRATEGY
Deprecated.
HibernateOrmMapperSettings.AUTOMATIC_INDEXING_STRATEGY
, (caution: it expects a boolean value, and its default isHibernateOrmMapperSettings.Defaults.ENABLED
).