Interface | Description |
---|---|
StorableInfo<S extends Storable> |
Contains all the metadata describing a specific
Storable type. |
StorableKey<S extends Storable> |
Represents a primary, alternate or partition key of a specific
Storable type. |
StorableProperty<S extends Storable> |
Contains all the metadata describing a property of a specific
Storable type. |
Class | Description |
---|---|
ChainedProperty<S extends Storable> |
Represents a property to filter on or to order by.
|
OrderedProperty<S extends Storable> |
Represents a property paired with a preferred ordering direction.
|
StorableIndex<S extends Storable> |
Represents an index that must be defined for a specific
Storable type. |
StorableIntrospector |
Supports examination of
Storable types, returning all metadata
associated with it. |
StorablePropertyAdapter |
Information about an
adapter annotation applied to a property. |
StorablePropertyAnnotation |
Information about a custom annotation applied to a property.
|
StorablePropertyConstraint |
Information about a
constraint annotation applied to a property. |
Enum | Description |
---|---|
Direction |
Describes a property sorting direction.
|
StorableIntrospector
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.