Uses of Interface
org.hibernate.search.mapper.pojo.bridge.PropertyBridge
Packages that use PropertyBridge
Package
Description
-
Uses of PropertyBridge in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding with parameters of type PropertyBridgeModifier and TypeMethodDescription<P2> voidPropertyBindingContext.bridge(Class<P2> expectedPropertyType, PropertyBridge<P2> bridge) Sets the bridge implementing the property/index binding.default voidPropertyBindingContext.bridge(PropertyBridge<Object> bridge) Sets the bridge implementing the property/index binding.Method parameters in org.hibernate.search.mapper.pojo.bridge.binding with type arguments of type PropertyBridgeModifier and TypeMethodDescription<P2> voidPropertyBindingContext.bridge(Class<P2> expectedPropertyType, BeanHolder<? extends PropertyBridge<P2>> bridgeHolder) Sets the bridge implementing the property/index binding.default voidPropertyBindingContext.bridge(BeanHolder<? extends PropertyBridge<Object>> bridgeHolder) Sets the bridge implementing the property/index binding. -
Uses of PropertyBridge in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return PropertyBridgeMethods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return types with arguments of type PropertyBridgeModifier and TypeMethodDescriptionBeanHolder<? extends PropertyBridge<? super P>>BoundPropertyBridge.getBridgeHolder()Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type PropertyBridgeModifier and TypeMethodDescription<P2> voidPropertyBindingContextImpl.bridge(Class<P2> expectedPropertyType, PropertyBridge<P2> bridge) Method parameters in org.hibernate.search.mapper.pojo.bridge.binding.impl with type arguments of type PropertyBridgeModifier and TypeMethodDescription<P2> voidPropertyBindingContextImpl.bridge(Class<P2> expectedPropertyType, BeanHolder<? extends PropertyBridge<P2>> bridgeHolder) -
Uses of PropertyBridge in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl that implement PropertyBridge -
Uses of PropertyBridge in org.hibernate.search.mapper.pojo.processing.impl
Constructor parameters in org.hibernate.search.mapper.pojo.processing.impl with type arguments of type PropertyBridgeModifierConstructorDescriptionPojoIndexingProcessorPropertyBridgeNode(BeanHolder<? extends PropertyBridge<? super P>> bridgeHolder)