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