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