Interface HibernateOrmMappingHints
-
- All Superinterfaces:
BackendMappingHints
- All Known Implementing Classes:
HibernateOrmMappingHints_$bundle
@MessageBundle(projectCode="HSEARCH") public interface HibernateOrmMappingHints extends BackendMappingHints
-
-
Field Summary
Fields Modifier and Type Field Description static HibernateOrmMappingHintsINSTANCE-
Fields inherited from interface org.hibernate.search.engine.backend.reporting.spi.BackendMappingHints
NONE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringmissingDecimalScale()StringnoEntityProjectionAvailable()
-
-
-
Field Detail
-
INSTANCE
static final HibernateOrmMappingHints INSTANCE
-
-
Method Detail
-
noEntityProjectionAvailable
@Message("This is likely a bug, as Hibernate ORM entities should always be loadable from the database.") String noEntityProjectionAvailable()- Specified by:
noEntityProjectionAvailablein interfaceBackendMappingHints
-
missingDecimalScale
@Message("If you used a @*Field annotation here, make sure to use @ScaledNumberField and configure the `decimalScale` attribute as necessary.") String missingDecimalScale()- Specified by:
missingDecimalScalein interfaceBackendMappingHints
-
-