public interface TypeMappingStep
| Modifier and Type | Method and Description |
|---|---|
TypeMappingStep |
binder(TypeBinder binder) |
TypeMappingStep |
indexed()
Maps an entity type to an index.
|
TypeMappingStep |
indexed(String indexName)
Maps an entity type to an index.
|
TypeMappingStep |
indexed(String backendName,
String indexName)
Maps an entity type to an index.
|
PropertyMappingStep |
property(String propertyName)
Starts the definition of the mapping of a specific property.
|
TypeMappingStep |
routingKeyBinder(RoutingKeyBinder binder) |
TypeMappingStep indexed()
this, for method chaining.IndexedTypeMappingStep indexed(String indexName)
indexName - The name of the index.this, for method chaining.Indexed,
Indexed.index()TypeMappingStep indexed(String backendName, String indexName)
backendName - The name of the backend.indexName - The name of the index.this, for method chaining.Indexed,
Indexed.backend(),
Indexed.index()TypeMappingStep routingKeyBinder(RoutingKeyBinder binder)
binder - A RoutingKeyBinder responsible for creating a bridge.this, for method chaining.RoutingKeyBinderTypeMappingStep binder(TypeBinder binder)
binder - A TypeBinder responsible for creating a bridge.this, for method chaining.TypeBinderPropertyMappingStep property(String propertyName)
propertyName - The name of a property in this type.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.