public interface StorableKey<S extends Storable> extends Appender
Storable
type.StorableIntrospector
Modifier and Type | Method and Description |
---|---|
java.util.Set<? extends OrderedProperty<S>> |
getProperties()
Returns all the properties of the key in a properly ordered,
unmodifiable set.
|
boolean |
isPrimary()
Returns true if this key is primary, false otherwise.
|
boolean isPrimary()
java.util.Set<? extends OrderedProperty<S>> getProperties()
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.