|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
StoredSequence
@Deprecated @PrimaryKey(value="name") @Authoritative @Independent @Alias(value="CARBONADO_SEQUENCE") public interface StoredSequence
Stores data for SequenceValueGenerator.
| Method Summary | |
|---|---|
long |
getInitialValue()
Deprecated. Returns the initial value for the sequence. |
String |
getName()
Deprecated. |
long |
getNextValue()
Deprecated. Returns the pre-adjusted next value of the sequence. |
void |
setInitialValue(long value)
Deprecated. |
void |
setName(String name)
Deprecated. |
void |
setNextValue(long value)
Deprecated. |
| Methods inherited from interface com.amazon.carbonado.Storable |
|---|
copy, copyAllProperties, copyDirtyProperties, copyPrimaryKeyProperties, copyUnequalProperties, copyVersionProperty, delete, equalPrimaryKeys, equalProperties, equals, getPropertyValue, hasDirtyProperties, hashCode, insert, isPropertyClean, isPropertyDirty, isPropertySupported, isPropertyUninitialized, load, markAllPropertiesClean, markAllPropertiesDirty, markPropertiesClean, markPropertiesDirty, prepare, propertyMap, readFrom, setPropertyValue, storableType, toString, toStringKeyOnly, tryDelete, tryInsert, tryLoad, tryUpdate, update, writeTo |
| Method Detail |
|---|
String getName()
void setName(String name)
long getInitialValue()
void setInitialValue(long value)
long getNextValue()
void setNextValue(long value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||