public class IndexMetadata extends Object
| Constructor and Description |
|---|
IndexMetadata(String indexName,
GenerationType idGenerationStrategy) |
| Modifier and Type | Method and Description |
|---|---|
GenerationType |
getIdGenerationStrategy() |
String |
getIndexName() |
boolean |
isAutoGenerateId() |
boolean |
isGenerateUuid() |
public IndexMetadata(String indexName, GenerationType idGenerationStrategy)
public String getIndexName()
public GenerationType getIdGenerationStrategy()
public boolean isAutoGenerateId()
public boolean isGenerateUuid()
Copyright © 2019. All rights reserved.