Annotation Type EntityLoadingBinderRef


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

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Class used as a marker for the default value of the type() attribute.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Reference a binder by its bean name.
     
    org.hibernate.search.engine.environment.bean.BeanRetrieval
     
    Reference a binder by its type.
  • 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

      org.hibernate.search.engine.environment.bean.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:
      {}