Annotation Type ProjectionBinderRef


@Documented @Target({}) @Retention(RUNTIME) public @interface ProjectionBinderRef
References a ProjectionBinder.

References can use either a name, a type, or both.

  • Element Details

    • name

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

      Class<? extends ProjectionBinder> type
      Reference a projection binder by its bean type.
      Returns:
      The type of the projection binder.
      Default:
      org.hibernate.search.mapper.pojo.search.definition.mapping.annotation.ProjectionBinderRef.UndefinedImplementationType.class
    • retrieval

      org.hibernate.search.engine.environment.bean.BeanRetrieval retrieval
      Returns:
      How to retrieve the projection definition. See BeanRetrieval.
      Default:
      ANY
    • params

      Param[] params
      Returns:
      Params that will get passed to the ProjectionBinder.
      See Also:
      Default:
      {}