Interface HibernateOrmMappingHints

All Superinterfaces:
BackendMappingHints
All Known Implementing Classes:
HibernateOrmMappingHints_$bundle

@MessageBundle(projectCode="HSEARCH") public interface HibernateOrmMappingHints extends BackendMappingHints
  • Field Details

  • Method Details

    • noEntityProjectionAvailable

      @Message("This is likely a bug, as Hibernate ORM entities should always be loadable from the database.") String noEntityProjectionAvailable()
      Specified by:
      noEntityProjectionAvailable in interface BackendMappingHints
    • 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:
      missingDecimalScale in interface BackendMappingHints
    • missingVectorDimension

      @Message("Either specify dimension as an annotation property (@VectorField(dimension = somePositiveInteger)), or define a value binder (@VectorField(valueBinder = @ValueBinderRef(..))) that explicitly declares a vector field specifying the dimension.") String missingVectorDimension()
      Specified by:
      missingVectorDimension in interface BackendMappingHints