| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.mapping.definition.programmatic |
| Modifier and Type | Method and Description |
|---|---|
TypeMappingStep |
TypeMappingStep.binder(TypeBinder<?> binder) |
TypeMappingStep |
TypeMappingStep.bridge(BeanReference<? extends TypeBridge> bridgeReference) |
TypeMappingStep |
TypeMappingStep.bridge(Class<? extends TypeBridge> bridgeClass) |
TypeMappingStep |
TypeMappingStep.indexed()
Maps an entity type to an index.
|
TypeMappingStep |
TypeMappingStep.indexed(String indexName)
Maps an entity type to an index.
|
TypeMappingStep |
TypeMappingStep.indexed(String backendName,
String indexName)
Maps an entity type to an index.
|
TypeMappingStep |
TypeMappingStep.routingKeyBinder(RoutingKeyBinder<?> binder) |
TypeMappingStep |
TypeMappingStep.routingKeyBridge(BeanReference<? extends RoutingKeyBridge> bridgeReference) |
TypeMappingStep |
TypeMappingStep.routingKeyBridge(Class<? extends RoutingKeyBridge> bridgeClass) |
TypeMappingStep |
ProgrammaticMappingConfigurationContext.type(Class<?> clazz)
Starts the definition of the mapping of a specific type.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.