Uses of Interface
org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.AlternativeValueBridge
Packages that use AlternativeValueBridge
-
Uses of AlternativeValueBridge in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic that return AlternativeValueBridgeModifier and TypeMethodDescriptionAlternativeBinderDelegate.bind
(IndexSchemaElement indexSchemaElement, PojoModelProperty fieldValueSource) Binds the given field value source to multiple field, i.e.: Declares one field per alternative. Creates a bridge that will route field values to the appropriate field based on a discriminator.