Uses of Interface
org.hibernate.search.mapper.pojo.bridge.PropertyBridge
Packages that use PropertyBridge
-
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, org.hibernate.search.engine.environment.bean.BeanHolder<? extends PropertyBridge<P2>> bridgeHolder) Sets the bridge implementing the property/index binding.default voidPropertyBindingContext.bridge(org.hibernate.search.engine.environment.bean.BeanHolder<? extends PropertyBridge<Object>> bridgeHolder) Sets the bridge implementing the property/index binding.