|
MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
| NullValue | nullValue () default NullValue.NONE |
| String | primaryKey () default"" |
| String | column () default"" |
| Extension[] | extensions () default |
Annotation for defining the persistence of a member.
Definition at line 31 of file Persistent.java.
| String com.mysql.clusterj.annotation.Persistent.column | ( | ) |
Column name where the values are stored for this member.
|
inline |
Non-standard extensions for this member.
Definition at line 54 of file Persistent.java.
| NullValue com.mysql.clusterj.annotation.Persistent.nullValue | ( | ) |
Behavior when this member contains a null value.

| String com.mysql.clusterj.annotation.Persistent.primaryKey | ( | ) |
Whether this member is part of the primary key for the table. This is equivalent to specifying as a separate annotation on the member.