|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Sequence
Annotation for a datastore sequence. Maps across to the JDO2 element "sequence".
Required Element Summary | |
---|---|
java.lang.String |
name
The symbolic name of the datastore sequence. |
SequenceStrategy |
strategy
Strategy for the sequence. |
Optional Element Summary | |
---|---|
java.lang.String |
datastoreSequence
Name of the sequence in the datastore. |
Extension[] |
extensions
Vendor extensions for this sequence. |
java.lang.Class |
factoryClass
Name of a factory class for generating the sequence values. |
Element Detail |
---|
public abstract java.lang.String name
public abstract SequenceStrategy strategy
public abstract java.lang.String datastoreSequence
public abstract java.lang.Class factoryClass
public abstract Extension[] extensions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |