| Enum | Description |
|---|---|
| GenerationStrategy |
Keys generation strategy
|
| Annotation Type | Description |
|---|---|
| GeneratedValue |
This annotation is targeted at
Document interfaces, indicating that the framework should generate the
document key value using the specified generator |
| IdAttribute |
This annotation is targeted at building the document id using the attribute value.
|
| IdPrefix |
This annotation is targeted at building the document id using the value as a part of a prefix build.
|
| IdSuffix |
This annotation is targeted at building the document id using the value as a part of a suffix build.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.