|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.metadata.ClassPersistenceModifier
Definition of the options for persistence-modifier of a class.
Field Summary | |
static ClassPersistenceModifier |
NON_PERSISTENT
persistence-modifier="non-persistent" |
static ClassPersistenceModifier |
PERSISTENCE_AWARE
persistence-modifier="persistence-aware" |
static ClassPersistenceModifier |
PERSISTENCE_CAPABLE
persistence-modifier="persistence-capable" |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
static ClassPersistenceModifier |
getClassPersistenceModifier(java.lang.String value)
Return ClassPersistenceModifier from String. |
protected int |
getType()
Accessor for the Persistence Modifier id. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ClassPersistenceModifier PERSISTENCE_CAPABLE
public static final ClassPersistenceModifier PERSISTENCE_AWARE
public static final ClassPersistenceModifier NON_PERSISTENT
Method Detail |
public boolean equals(java.lang.Object o)
o
- the reference object with which to compare.
public java.lang.String toString()
protected int getType()
public static ClassPersistenceModifier getClassPersistenceModifier(java.lang.String value)
value
- persistence-modifier attribute value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |