Class HibernateOrmMapperSpiSettings
- java.lang.Object
-
- org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmMapperSpiSettings
-
public final class HibernateOrmMapperSpiSettings extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHibernateOrmMapperSpiSettings.DefaultsDefault values for the different settings if no values are given.static classHibernateOrmMapperSpiSettings.Radicals
-
Field Summary
Fields Modifier and Type Field Description static StringINTEGRATION_PARTIAL_BUILD_STATEstatic StringPREFIXstatic StringREFLECTION_STRATEGYThe strategy to follow when performing reflection operations, in particular when calling methods or accessing field dynamically.
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
REFLECTION_STRATEGY
public static final String REFLECTION_STRATEGY
The strategy to follow when performing reflection operations, in particular when calling methods or accessing field dynamically.Expects a
HibernateOrmReflectionStrategyNamevalue, or a String representation of such value.Defaults to
HibernateOrmMapperSpiSettings.Defaults.REFLECTION_STRATEGY.- See Also:
- Constant Field Values
-
INTEGRATION_PARTIAL_BUILD_STATE
public static final String INTEGRATION_PARTIAL_BUILD_STATE
- See Also:
- Constant Field Values
-
-