PDF (US Ltr)
- 3.6Mb
PDF (A4)
- 3.7Mb
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.