Documentation Home
MySQL NDB Cluster API Developer Guide
Related Documentation Download this Manual
PDF (US Ltr) - 3.6Mb
PDF (A4) - 3.6Mb


4.3.2.11 PersistenceCapable

Annotation for whether the class or interface is persistence-capable.

4.3.2.11.1 Synopsis
 @Target(value=java.lang.annotation.ElementType.TYPE) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface PersistenceCapable {
  public String table ;
  public String database ;
  public String schema ;
}