Interface EntityConfigurer<E>


@Incubating @Deprecated public interface EntityConfigurer<E>
Deprecated.
Implement EntityLoadingBinder instead.
A provider of configuration for a specific entity type, for example loading.

If a configurer is assigned to a given entity type, it will also apply to its subtypes, except for subtypes that have another configurer assigned.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Configures the entity, in particular loading, using the given context.
  • Method Details

    • configure

      void configure(EntityConfigurationContext<E> context)
      Deprecated.
      Configures the entity, in particular loading, using the given context.
      Parameters:
      context - A context exposing methods to configure the entity.