StoredSequence
@Deprecated @PrimaryKey(value="name") @Authoritative @Independent @Alias(value="CARBONADO_SEQUENCE") public interface StoredSequence extends Storable<StoredSequence>
Modifier and Type | Method and Description |
---|---|
long |
getInitialValue()
Deprecated.
Returns the initial value for the sequence.
|
java.lang.String |
getName()
Deprecated.
|
long |
getNextValue()
Deprecated.
Returns the pre-adjusted next value of the sequence.
|
void |
setInitialValue(long value)
Deprecated.
|
void |
setName(java.lang.String name)
Deprecated.
|
void |
setNextValue(long value)
Deprecated.
|
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
java.lang.String getName()
void setName(java.lang.String name)
long getInitialValue()
void setInitialValue(long value)
long getNextValue()
void setNextValue(long value)
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.