Uses of Interface
org.hibernate.search.mapper.pojo.bridge.ValueBridge
Packages that use ValueBridge
Package
Description
-
Uses of ValueBridge in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type ValueBridgeModifier and TypeMethodDescriptiondefault 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 ValueBridgeModifier and TypeMethodDescription<V2,
F> void ValueBindingContext.bridge
(Class<V2> expectedValueType, ValueBridge<V2, F> bridge) Sets the bridge implementing the value/index binding.<V2,
F> void ValueBindingContext.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 ValueBridgeModifier and TypeMethodDescription<V2,
F> void ValueBindingContext.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 ValueBridgeModifier and TypeMethodDescriptionDefaultBridgeDefinitionStep.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 ValueBridgeModifier and TypeClassDescriptionstatic class
Class used as a marker for the default value of theValueBridgeRef.type()
attribute. -
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 ValueBridgeModifier and TypeMethodDescriptiondefault S
PropertyMappingFieldOptionsStep.valueBridge
(ValueBridge<?, ?> bridgeInstance) Method parameters in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with type arguments of type ValueBridgeModifier and TypeMethodDescriptionPropertyMappingFieldOptionsStep.valueBridge
(Class<? extends ValueBridge<?, ?>> bridgeClass) PropertyMappingFieldOptionsStep.valueBridge
(BeanReference<? extends ValueBridge<?, ?>> bridgeReference)