[+/-]
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 com.mysql.clusterj.annotation.Persistent {public com.mysql.clusterj.annotation.NullValue nullValue ;
public java.lang.String primaryKey ;
public java.lang.String column ;
public com.mysql.clusterj.annotation.Extension[] extensions ;
}
Column name where the values are stored for this member.
Parameters | |
return |
the name of the column |
Non-standard extensions for this member.
Parameters | |
return |
the non-standard extensions |
Behavior when this member contains a null value.
Parameters | |
return |
the behavior when this member contains a null value |