Uses of Interface
org.hibernate.search.mapper.pojo.bridge.binding.BindingContext
-
Packages that use BindingContext Package Description org.hibernate.search.mapper.pojo.bridge.binding org.hibernate.search.mapper.pojo.bridge.binding.impl -
-
Uses of BindingContext in org.hibernate.search.mapper.pojo.bridge.binding
Subinterfaces of BindingContext in org.hibernate.search.mapper.pojo.bridge.binding Modifier and Type Interface Description interfaceIdentifierBindingContext<I>The context provided to theIdentifierBinder.bind(IdentifierBindingContext)method.interfaceMarkerBindingContextinterfacePropertyBindingContextThe context provided to thePropertyBinder.bind(PropertyBindingContext)method.interfaceRoutingBindingContextinterfaceTypeBindingContextThe context provided to theTypeBinder.bind(TypeBindingContext)method.interfaceValueBindingContext<V>The context provided to theValueBinder.bind(ValueBindingContext)method. -
Uses of BindingContext in org.hibernate.search.mapper.pojo.bridge.binding.impl
Classes in org.hibernate.search.mapper.pojo.bridge.binding.impl that implement BindingContext Modifier and Type Class Description classAbstractCompositeBindingContextclassDefaultIdentifierBindingContext<I>classMarkerBindingContextImplclassPropertyBindingContextImpl<P>classRoutingBindingContextImpl<E>classTypeBindingContextImpl<T>classValueBindingContextImpl<V>
-