|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SequenceMetadata
Represents a sequence.
Method Summary | |
---|---|
java.lang.String |
getDatastoreSequence()
Accessor for the name of the datastore sequence that this maps to |
java.lang.String |
getFactoryClass()
Accessor for the factory class for this sequence. |
java.lang.String |
getName()
Accessor for the name of the sequence (set on construction). |
SequenceStrategy |
getSequenceStrategy()
Accessor for the sequence strategy (set on construction). |
SequenceMetadata |
setDatastoreSequence(java.lang.String seq)
Method to set the name of the datastore sequence that this maps to. |
SequenceMetadata |
setFactoryClass(java.lang.String clsName)
Method to set the result class name for the query |
Methods inherited from interface javax.jdo.metadata.Metadata |
---|
getExtensions, getNumberOfExtensions, getParent, newExtensionMetadata |
Method Detail |
---|
java.lang.String getName()
SequenceStrategy getSequenceStrategy()
SequenceMetadata setDatastoreSequence(java.lang.String seq)
seq
- Datastore sequence namejava.lang.String getDatastoreSequence()
SequenceMetadata setFactoryClass(java.lang.String clsName)
clsName
- Result class namejava.lang.String getFactoryClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |