|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.metadata.FieldPersistenceModifier
Class defining the possibilities for persistence, in terms of the type of persistence, and the types that are capable to be supported.
Field Summary | |
static FieldPersistenceModifier |
DEFAULT
default persistence modifier |
static FieldPersistenceModifier |
NONE
persistence-modifier="none" |
static FieldPersistenceModifier |
PERSISTENT
persistence-modifier="persistent" |
static FieldPersistenceModifier |
TRANSACTIONAL
persistence-modifier="transactional" |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
static FieldPersistenceModifier |
getFieldPersistenceModifier(java.lang.String value)
Return FieldPersistenceModifier from String. |
protected int |
getType()
|
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 FieldPersistenceModifier PERSISTENT
public static final FieldPersistenceModifier TRANSACTIONAL
public static final FieldPersistenceModifier NONE
public static final FieldPersistenceModifier DEFAULT
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 FieldPersistenceModifier getFieldPersistenceModifier(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 |