Uses of Interface
org.hibernate.search.mapper.pojo.bridge.PropertyBridge
-
Packages that use PropertyBridge Package Description org.hibernate.search.mapper.pojo.bridge.binding -
-
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> void
PropertyBindingContext. bridge(Class<P2> expectedPropertyType, PropertyBridge<P2> bridge)
Sets the bridge implementing the property/index binding.default void
PropertyBindingContext. 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> void
PropertyBindingContext. bridge(Class<P2> expectedPropertyType, BeanHolder<? extends PropertyBridge<P2>> bridgeHolder)
Sets the bridge implementing the property/index binding.default void
PropertyBindingContext. bridge(BeanHolder<? extends PropertyBridge<Object>> bridgeHolder)
Sets the bridge implementing the property/index binding.
-