Uses of Interface
org.hibernate.search.mapper.pojo.bridge.TypeBridge
Packages that use TypeBridge
Package
Description
-
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. -
Uses of TypeBridge in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return TypeBridgeMethods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return types with arguments of type TypeBridgeModifier and TypeMethodDescriptionBeanHolder<? extends TypeBridge<? super T>>BoundTypeBridge.getBridgeHolder()Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type TypeBridgeModifier and TypeMethodDescription<T2> voidTypeBindingContextImpl.bridge(Class<T2> expectedEntityType, TypeBridge<T2> bridge) Method parameters in org.hibernate.search.mapper.pojo.bridge.binding.impl with type arguments of type TypeBridgeModifier and TypeMethodDescription<T2> voidTypeBindingContextImpl.bridge(Class<T2> expectedEntityType, BeanHolder<? extends TypeBridge<T2>> bridgeHolder) -
Uses of TypeBridge in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl that implement TypeBridge -
Uses of TypeBridge in org.hibernate.search.mapper.pojo.processing.impl
Constructor parameters in org.hibernate.search.mapper.pojo.processing.impl with type arguments of type TypeBridgeModifierConstructorDescriptionPojoIndexingProcessorTypeBridgeNode(BeanHolder<? extends TypeBridge<? super T>> bridgeHolder)