Uses of Interface
org.hibernate.search.mapper.pojo.bridge.binding.TypeBindingContext
-
-
Uses of TypeBindingContext in org.hibernate.search.mapper.pojo.bridge.binding.impl
Classes in org.hibernate.search.mapper.pojo.bridge.binding.impl that implement TypeBindingContext Modifier and Type Class Description classTypeBindingContextImpl<T> -
Uses of TypeBindingContext in org.hibernate.search.mapper.pojo.bridge.builtin.alternative.impl
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.alternative.impl with parameters of type TypeBindingContext Modifier and Type Method Description voidAlternativeBinderImpl. bind(TypeBindingContext context) -
Uses of TypeBindingContext in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl with parameters of type TypeBindingContext Modifier and Type Method Description voidGeoPointBridge.Binder. bind(TypeBindingContext context) -
Uses of TypeBindingContext in org.hibernate.search.mapper.pojo.bridge.mapping.impl
Methods in org.hibernate.search.mapper.pojo.bridge.mapping.impl with parameters of type TypeBindingContext Modifier and Type Method Description voidBeanDelegatingBinder. bind(TypeBindingContext context) -
Uses of TypeBindingContext in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic
Methods in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic with parameters of type TypeBindingContext Modifier and Type Method Description voidTypeBinder. bind(TypeBindingContext context)Binds a type to index fields.
-