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 AutomaticIndexingStrategyName
AutomaticIndexingStrategyName. of(String value)
static AutomaticIndexingStrategyName
AutomaticIndexingStrategyName. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutomaticIndexingStrategyName[]
AutomaticIndexingStrategyName. values()
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 AutomaticIndexingStrategyName
HibernateOrmMapperSettings.Defaults. AUTOMATIC_INDEXING_STRATEGY
-