| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing | |
| org.hibernate.search.mapper.pojo.mapping.definition.programmatic |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeMappingAnnotationProcessor.process(TypeMappingStep mapping,
A annotation,
TypeMappingAnnotationProcessorContext context)
Extract information from the annotation and, in accordance with that information,
contribute to the mapping passed in parameter.
|
| Modifier and Type | Method and Description |
|---|---|
TypeMappingStep |
TypeMappingStep.binder(TypeBinder binder) |
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 |
ProgrammaticMappingConfigurationContext.type(Class<?> clazz)
Starts the definition of the mapping of a specific type.
|
TypeMappingStep |
ProgrammaticMappingConfigurationContext.type(String typeName)
Starts the definition of the mapping of a specific named type.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.