@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface PartitionKey
If the partition key of the mapped table is composite, it is mandatory to specify the ordinal parameter to avoid ordering ambiguity.
Modifier and Type | Optional Element and Description |
---|---|
int |
value
Ordinal to add when the partition key has multiple components.
|
Copyright © 2012–2019. All rights reserved.