|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SequenceStrategy | |
|---|---|
| javax.jdo.annotations | |
| javax.jdo.metadata | This package contains classes representing the different components of the JDO Metadata. |
| Uses of SequenceStrategy in javax.jdo.annotations |
|---|
| Methods in javax.jdo.annotations that return SequenceStrategy | |
|---|---|
static SequenceStrategy |
SequenceStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SequenceStrategy[] |
SequenceStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of SequenceStrategy in javax.jdo.metadata |
|---|
| Methods in javax.jdo.metadata that return SequenceStrategy | |
|---|---|
SequenceStrategy |
SequenceMetadata.getSequenceStrategy()
Accessor for the sequence strategy (set on construction). |
| Methods in javax.jdo.metadata with parameters of type SequenceStrategy | |
|---|---|
SequenceMetadata |
PackageMetadata.newSequenceMetadata(java.lang.String name,
SequenceStrategy strategy)
Add a new sequence to this package. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||