MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
String | column () default"" |
Column[] | columns () default |
Annotation on a class or member to define the partition key. If annotating a class or interface, either a single column or multiple columns can be specified. If annotating a member, neither column nor columns should be specified.
Definition at line 34 of file PartitionKey.java.
String com.mysql.clusterj.annotation.PartitionKey.column | ( | ) |
Name of the column to use for the partition key
|
inline |
The column(s) for the partition key
Definition at line 46 of file PartitionKey.java.