Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.RoutingKeyBinder
-
-
Uses of RoutingKeyBinder in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that implement RoutingKeyBinder Modifier and Type Class Description static classRoutingKeyBinderRef.UndefinedBinderImplementationTypeDeprecated.Class used as a marker for the default value of theRoutingKeyBinderRef.type()attribute.Methods in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that return types with arguments of type RoutingKeyBinder Modifier and Type Method Description Class<? extends RoutingKeyBinder>type()Deprecated.Reference a routing key binder by its bean type. -
Uses of RoutingKeyBinder in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type RoutingKeyBinder Modifier and Type Method Description voidPojoMappingCollectorTypeNode. routingKeyBinder(RoutingKeyBinder reference)Deprecated. -
Uses of RoutingKeyBinder in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type RoutingKeyBinder Modifier and Type Method Description TypeMappingStepTypeMappingStep. routingKeyBinder(RoutingKeyBinder binder)Deprecated.Apply aRoutingBinderwithindexed().routingBinder(...)instead.
-