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 voidPropertyBindingContext. bridge(PropertyBridge 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 voidPropertyBindingContext. bridge(BeanHolder<? extends PropertyBridge> bridgeHolder)Sets the bridge implementing the property/index binding.
-