Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.RoutingBinder
-
-
Uses of RoutingBinder in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that implement RoutingBinder Modifier and Type Class Description static classRoutingBinderRef.UndefinedRoutingBinderImplementationTypeClass used as a marker for the default value of theRoutingBinderRef.type()attribute.Methods in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that return types with arguments of type RoutingBinder Modifier and Type Method Description Class<? extends RoutingBinder>type()Reference a routing binder by its bean type. -
Uses of RoutingBinder in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type RoutingBinder Modifier and Type Method Description default TypeMappingIndexedStepTypeMappingIndexedStep. routingBinder(RoutingBinder binder)Define a routing binder, responsible for creating a bridge.TypeMappingIndexedStepTypeMappingIndexedStep. routingBinder(RoutingBinder binder, Map<String,Object> params)Define a routing binder, responsible for creating a bridge. -
Uses of RoutingBinder in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi with parameters of type RoutingBinder Modifier and Type Method Description voidPojoAdditionalMetadataCollectorIndexedTypeNode. routingBinder(RoutingBinder binder, Map<String,Object> params)
-