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