| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.bridge.binding | |
| org.hibernate.search.mapper.pojo.mapping.definition.programmatic |
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingKeyBindingContext.setBridge(RoutingKeyBridge bridge)
Sets the bridge implementing the type/routing key binding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingKeyBindingContext.setBridge(BeanHolder<? extends RoutingKeyBridge> bridgeHolder)
Sets the bridge implementing the type/routing key binding.
|
| Modifier and Type | Method and Description |
|---|---|
TypeMappingStep |
TypeMappingStep.routingKeyBridge(BeanReference<? extends RoutingKeyBridge> bridgeReference) |
TypeMappingStep |
TypeMappingStep.routingKeyBridge(Class<? extends RoutingKeyBridge> bridgeClass) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.