Annotation Type EntityLoadingBinderRef


@Documented @Target({}) @Retention(RUNTIME) public @interface EntityLoadingBinderRef
References a loading binder to use for an entity.
  • Element Details

    • name

      String name
      Reference a binder by its bean name.
      Returns:
      The bean name of the configurer.
      Default:
      ""
    • type

      Class<?> type
      Reference a binder by its type.
      Returns:
      The type of the binder.
      Default:
      org.hibernate.search.mapper.pojo.loading.mapping.annotation.EntityLoadingBinderRef.UndefinedImplementationType.class
    • retrieval

      BeanRetrieval retrieval
      Returns:
      How to retrieve the binder. See BeanRetrieval.
      Default:
      ANY
    • params

      Param[] params
      Returns:
      Params that will be passed to the binder.
      Default:
      {}