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 booleanValueBridge.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, org.hibernate.search.engine.backend.types.dsl.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, org.hibernate.search.engine.environment.bean.BeanHolder<? extends ValueBridge<V2, F>> bridgeHolder, org.hibernate.search.engine.backend.types.dsl.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. withGenericField,FullTextField, ...). -
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 classClass 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 SPropertyMappingFieldOptionsStep.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(org.hibernate.search.engine.environment.bean.BeanReference<? extends ValueBridge<?, ?>> bridgeReference)