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, 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.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return ValueBridgeMethods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return types with arguments of type ValueBridgeModifier and TypeMethodDescriptionBeanHolder<? extends ValueBridge<? super V,F>> BoundValueBridge.getBridgeHolder()Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type ValueBridgeModifier and TypeMethodDescription<V2,F> void ValueBindingContextImpl.bridge(Class<V2> expectedValueType, ValueBridge<V2, F> bridge) <V2,F> void ValueBindingContextImpl.bridge(Class<V2> expectedValueType, ValueBridge<V2, F> bridge, IndexFieldTypeOptionsStep<?, F> fieldTypeOptionsStep) Method parameters in org.hibernate.search.mapper.pojo.bridge.binding.impl with type arguments of type ValueBridgeModifier and TypeMethodDescription<V2,F> void ValueBindingContextImpl.bridge(Class<V2> expectedValueType, BeanHolder<? extends ValueBridge<V2, F>> bridgeHolder, IndexFieldTypeOptionsStep<?, F> fieldTypeOptionsStep) -
Uses of ValueBridge in org.hibernate.search.mapper.pojo.bridge.builtin.impl
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.impl that implement ValueBridgeModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classDefaultEnumBridge<T extends Enum<T>>final classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classMethods in org.hibernate.search.mapper.pojo.bridge.builtin.impl with parameters of type ValueBridgeModifier and TypeMethodDescriptionbooleanDefaultEnumBridge.isCompatibleWith(ValueBridge<?, ?> other) -
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.bridge.runtime.impl
Constructors in org.hibernate.search.mapper.pojo.bridge.runtime.impl with parameters of type ValueBridge -
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(BeanReference<? extends ValueBridge<?, ?>> bridgeReference) -
Uses of ValueBridge in org.hibernate.search.mapper.pojo.processing.impl
Constructor parameters in org.hibernate.search.mapper.pojo.processing.impl with type arguments of type ValueBridgeModifierConstructorDescriptionPojoIndexingProcessorValueBridgeNode(BeanHolder<? extends ValueBridge<? super V, F>> bridgeHolder, IndexFieldReference<F> indexFieldReference)