Annotation for whether the class or interface is persistence-capable.
@Target(value=java.lang.annotation.ElementType.TYPE) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface com.mysql.clusterj.annotation.PersistenceCapable {public java.lang.String table ;
public java.lang.String database ;
public java.lang.String schema ;
}