Uses of Interface
org.hibernate.search.mapper.pojo.bridge.binding.RoutingBindingContext
-
-
Uses of RoutingBindingContext in org.hibernate.search.mapper.pojo.bridge.binding.impl
Classes in org.hibernate.search.mapper.pojo.bridge.binding.impl that implement RoutingBindingContext Modifier and Type Class Description classRoutingBindingContextImpl<E> -
Uses of RoutingBindingContext in org.hibernate.search.mapper.pojo.bridge.mapping.impl
Methods in org.hibernate.search.mapper.pojo.bridge.mapping.impl with parameters of type RoutingBindingContext Modifier and Type Method Description voidBeanDelegatingBinder. bind(RoutingBindingContext context) -
Uses of RoutingBindingContext in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic
Methods in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic with parameters of type RoutingBindingContext Modifier and Type Method Description voidRoutingBinder. bind(RoutingBindingContext context)Configure the mapping of an indexed entity to an index as necessary using the givencontext.
-