@PrimaryKey(value={"storableTypeName","generation"}) @Independent @Alias(value="CARBONADO_LAYOUT_EQUIV") public interface StoredLayoutEquivalence extends Storable<StoredLayoutEquivalence>, Unevolvable
Modifier and Type | Method and Description |
---|---|
byte[] |
getExtraData() |
int |
getGeneration()
Generation of storable, where 0 represents the first generation.
|
int |
getMatchedGeneration()
Generation of matched layout.
|
java.lang.String |
getStorableTypeName()
Storable type name is a fully qualified Java class name.
|
int |
getVersionNumber() |
void |
setExtraData(byte[] data) |
void |
setGeneration(int generation) |
void |
setMatchedGeneration(int generation) |
void |
setStorableTypeName(java.lang.String typeName) |
void |
setVersionNumber(int version) |
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 getStorableTypeName()
void setStorableTypeName(java.lang.String typeName)
int getGeneration()
void setGeneration(int generation)
int getMatchedGeneration()
void setMatchedGeneration(int generation)
@Version int getVersionNumber()
void setVersionNumber(int version)
@Nullable byte[] getExtraData()
void setExtraData(byte[] data)
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.