Uses of Interface
org.hibernate.search.mapper.pojo.bridge.binding.BindingContext
-
Packages that use BindingContext Package Description org.hibernate.search.mapper.pojo.bridge.binding -
-
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.
-