Class HibernateOrmMappingHints_$bundle
- java.lang.Object
-
- org.hibernate.search.mapper.orm.reporting.impl.HibernateOrmMappingHints_$bundle
-
- All Implemented Interfaces:
Serializable,BackendMappingHints,HibernateOrmMappingHints
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2023-09-04T14:12:07+0000") public class HibernateOrmMappingHints_$bundle extends Object implements HibernateOrmMappingHints, BackendMappingHints, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static HibernateOrmMappingHints_$bundleINSTANCE-
Fields inherited from interface org.hibernate.search.engine.backend.reporting.spi.BackendMappingHints
NONE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHibernateOrmMappingHints_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()StringmissingDecimalScale()protected StringmissingDecimalScale$str()StringnoEntityProjectionAvailable()protected StringnoEntityProjectionAvailable$str()protected ObjectreadResolve()
-
-
-
Field Detail
-
INSTANCE
public static final HibernateOrmMappingHints_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
noEntityProjectionAvailable$str
protected String noEntityProjectionAvailable$str()
-
noEntityProjectionAvailable
public final String noEntityProjectionAvailable()
- Specified by:
noEntityProjectionAvailablein interfaceBackendMappingHints- Specified by:
noEntityProjectionAvailablein interfaceHibernateOrmMappingHints
-
missingDecimalScale$str
protected String missingDecimalScale$str()
-
missingDecimalScale
public final String missingDecimalScale()
- Specified by:
missingDecimalScalein interfaceBackendMappingHints- Specified by:
missingDecimalScalein interfaceHibernateOrmMappingHints
-
-