MySQL NDB Cluster 8.1 Manual
MySQL NDB Cluster 8.0 Manual
NDB Cluster Internals Manual
Annotation for defining the persistence of a member.
@Target(value={java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD}) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Persistent {public NullValue nullValue ;
public String primaryKey ;
public String column ;
public Extension[] extensions ;
}
Column name where the values are stored for this member.
Non-standard extensions for this member.