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 <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 TypeBridge Modifier and Type Method Description <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.
-