Annotation Type EntityLoadingBinderRef
References a loading binder to use for an
entity
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Class used as a marker for the default value of thetype()
attribute. -
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameReference a binder by its bean name.- Returns:
- The bean name of the configurer.
- Default:
- ""
-
type
Class<?> typeReference 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:
- {}
-