Interface EntityLoadingBinder


@Incubating public interface EntityLoadingBinder
A binder for loading of a specific entity type.

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

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Binds loading for the entity, using the given context.
  • Method Details

    • bind

      void bind(EntityLoadingBindingContext context)
      Binds loading for the entity, using the given context.
      Parameters:
      context - A context exposing methods to bind loading.