MySQL NDB Cluster API Developer Guide

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 ;
}