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.12 PersistenceModifier

Enumeration of the persistence-modifier values for a member.

4.3.2.12.1 Synopsis
 public final class PersistenceModifier extends, Enum<PersistenceModifier> {
// Public Static Fields  public static final PersistenceModifier NONE ;
  public static final PersistenceModifier PERSISTENT ;
  public static final PersistenceModifier UNSPECIFIED ;
// Public Static Methods  public static PersistenceModifier valueOf(String name);
  public static PersistenceModifier[] values();
}

Methods inherited from java.lang.Enum: compareTo , equals , getDeclaringClass , hashCode , name , ordinal , toString , valueOf

Methods inherited from java.lang.Object: getClass , notify , notifyAll , wait