Uses of Interface
org.hibernate.search.mapper.pojo.bridge.TypeBridge
Packages that use TypeBridge
-
Uses of TypeBridge in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding with parameters of type TypeBridgeModifier and TypeMethodDescription<T2> voidTypeBindingContext.bridge(Class<T2> expectedEntityType, TypeBridge<T2> bridge) Sets the bridge implementing the type/index binding.default voidTypeBindingContext.bridge(TypeBridge<Object> bridge) Sets the bridge implementing the type/index binding.Method parameters in org.hibernate.search.mapper.pojo.bridge.binding with type arguments of type TypeBridgeModifier and TypeMethodDescription<T2> voidTypeBindingContext.bridge(Class<T2> expectedEntityType, BeanHolder<? extends TypeBridge<T2>> bridgeHolder) Sets the bridge implementing the type/index binding.default voidTypeBindingContext.bridge(BeanHolder<? extends TypeBridge<Object>> bridgeHolder) Sets the bridge implementing the type/index binding.