Uses of Interface
org.hibernate.search.mapper.pojo.bridge.ValueBridge
-
-
Uses of ValueBridge in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type ValueBridge Modifier and Type Method Description default boolean
ValueBridge. isCompatibleWith(ValueBridge<?,?> other)
-
Uses of ValueBridge in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding with parameters of type ValueBridge Modifier and Type Method Description <V2,F>
voidValueBindingContext. bridge(Class<V2> expectedValueType, ValueBridge<V2,F> bridge)
Sets the bridge implementing the value/index binding.<V2,F>
voidValueBindingContext. bridge(Class<V2> expectedValueType, ValueBridge<V2,F> bridge, IndexFieldTypeOptionsStep<?,F> fieldTypeOptionsStep)
Sets the bridge implementing the value/index binding.Method parameters in org.hibernate.search.mapper.pojo.bridge.binding with type arguments of type ValueBridge Modifier and Type Method Description <V2,F>
voidValueBindingContext. bridge(Class<V2> expectedValueType, BeanHolder<? extends ValueBridge<V2,F>> bridgeHolder, IndexFieldTypeOptionsStep<?,F> fieldTypeOptionsStep)
Sets the bridge implementing the value/index binding. -
Uses of ValueBridge in org.hibernate.search.mapper.pojo.bridge.mapping
Methods in org.hibernate.search.mapper.pojo.bridge.mapping with parameters of type ValueBridge Modifier and Type Method Description S
DefaultBridgeDefinitionStep. valueBridge(ValueBridge<T,?> bridge)
Use the given bridge by default for properties with a matching type mapped to an index field directly (e.g. -
Uses of ValueBridge in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that implement ValueBridge Modifier and Type Class Description static class
ValueBridgeRef.UndefinedBridgeImplementationType
Class used as a marker for the default value of theValueBridgeRef.type()
attribute.Methods in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that return types with arguments of type ValueBridge Modifier and Type Method Description Class<? extends ValueBridge>
type()
Reference a value bridge by its type. -
Uses of ValueBridge in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type ValueBridge Modifier and Type Method Description default S
PropertyMappingFieldOptionsStep. valueBridge(ValueBridge<?,?> bridgeInstance)
Method parameters in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with type arguments of type ValueBridge Modifier and Type Method Description S
PropertyMappingFieldOptionsStep. valueBridge(Class<? extends ValueBridge<?,?>> bridgeClass)
S
PropertyMappingFieldOptionsStep. valueBridge(BeanReference<? extends ValueBridge<?,?>> bridgeReference)
-