MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
String | name () default"" |
String | column () default"" |
Column[] | columns () default |
Annotation on a member to define it as a primary key member of a class or persistent interface.
Definition at line 32 of file PrimaryKey.java.
String com.mysql.clusterj.annotation.PrimaryKey.column | ( | ) |
Name of the column to use for the primary key
|
inline |
The column(s) for the primary key
Definition at line 50 of file PrimaryKey.java.
String com.mysql.clusterj.annotation.PrimaryKey.name | ( | ) |
Name of the primary key constraint