Uses of Interface
org.hibernate.search.mapper.pojo.bridge.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 PropertyBridge Modifier and Type Method Description <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 PropertyBridge Modifier and Type Method Description <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 PropertyBridge Modifier and Type Method Description PropertyBridge<? super P>BoundPropertyBridge. getBridge()Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return types with arguments of type PropertyBridge Modifier and Type Method Description BeanHolder<? extends PropertyBridge<? super P>>BoundPropertyBridge. getBridgeHolder()Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type PropertyBridge Modifier and Type Method Description <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 PropertyBridge Modifier and Type Method Description <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 Modifier and Type Class Description classGeoPointBridge -
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 PropertyBridge Constructor Description PojoIndexingProcessorPropertyBridgeNode(BeanHolder<? extends PropertyBridge<? super P>> bridgeHolder)
-