Uses of Interface
org.hibernate.search.mapper.pojo.bridge.TypeBridge
-
Packages that use TypeBridge Package Description org.hibernate.search.mapper.pojo.bridge.binding -
-
Uses of TypeBridge in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding with parameters of type TypeBridge Modifier and Type Method Description voidTypeBindingContext. bridge(TypeBridge bridge)Sets the bridge implementing the type/index binding.Method parameters in org.hibernate.search.mapper.pojo.bridge.binding with type arguments of type TypeBridge Modifier and Type Method Description voidTypeBindingContext. bridge(BeanHolder<? extends TypeBridge> bridgeHolder)Sets the bridge implementing the type/index binding.
-