Uses of Interface
org.hibernate.search.mapper.pojo.bridge.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 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. -
Uses of TypeBridge in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return TypeBridge Modifier and Type Method Description TypeBridge<? super T>BoundTypeBridge. getBridge()Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return types with arguments of type TypeBridge Modifier and Type Method Description BeanHolder<? extends TypeBridge<? super T>>BoundTypeBridge. getBridgeHolder()Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type TypeBridge Modifier and Type Method Description <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 TypeBridge Modifier and Type Method Description <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 Modifier and Type Class Description classGeoPointBridge -
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 TypeBridge Constructor Description PojoIndexingProcessorTypeBridgeNode(BeanHolder<? extends TypeBridge<? super T>> bridgeHolder)
-