|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jpox.metadata.SequenceStrategy
Representation of strategy of a Sequence.
| Field Summary | |
static SequenceStrategy |
CONTIGUOUS
language="continguous" |
static SequenceStrategy |
NONCONTIGUOUS
language="noncontiguous" |
static SequenceStrategy |
NONTRANSACTIONAL
language="nontransactional" |
| Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
static SequenceStrategy |
getStrategy(java.lang.String value)
Return Sequence strategy from String. |
int |
getType()
Accessor to the sequence strategy type |
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 SequenceStrategy NONTRANSACTIONAL
public static final SequenceStrategy CONTIGUOUS
public static final SequenceStrategy NONCONTIGUOUS
| Method Detail |
public boolean equals(java.lang.Object o)
o - the reference object with which to compare.
public java.lang.String toString()
public int getType()
public static SequenceStrategy getStrategy(java.lang.String value)
value - sequence strategy
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||