Uses of Interface
org.hibernate.search.mapper.pojo.bridge.binding.ValueBindingContext
-
-
Uses of ValueBindingContext in org.hibernate.search.mapper.pojo.bridge.binding.impl
Classes in org.hibernate.search.mapper.pojo.bridge.binding.impl that implement ValueBindingContext Modifier and Type Class Description classValueBindingContextImpl<V> -
Uses of ValueBindingContext in org.hibernate.search.mapper.pojo.bridge.builtin.impl
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.impl with parameters of type ValueBindingContext Modifier and Type Method Description voidDefaultEnumBridge.Binder. bind(ValueBindingContext<?> context) -
Uses of ValueBindingContext in org.hibernate.search.mapper.pojo.bridge.mapping.impl
Methods in org.hibernate.search.mapper.pojo.bridge.mapping.impl with parameters of type ValueBindingContext Modifier and Type Method Description voidBeanBinder. bind(ValueBindingContext<?> context)voidBeanDelegatingBinder. bind(ValueBindingContext<?> context) -
Uses of ValueBindingContext in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic
Methods in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic with parameters of type ValueBindingContext Modifier and Type Method Description voidValueBinder. bind(ValueBindingContext<?> context)Binds a value to an index field. -
Uses of ValueBindingContext in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.identifiertovalue.impl
Methods in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.identifiertovalue.impl with parameters of type ValueBindingContext Modifier and Type Method Description voidIdentifierBinderToValueBinderAdapter. bind(ValueBindingContext<?> context)
-