Package com.amazon.carbonado.info

Introspection support for Storables.

See:
          Description

Interface Summary
StorableInfo<S extends Storable> Contains all the metadata describing a specific Storable type.
StorableKey<S extends Storable> Represents a primary or alternate key of a specific Storable type.
StorableProperty<S extends Storable> Contains all the metadata describing a property of a specific Storable type.
 

Class Summary
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 Summary
Direction Describes a property sorting direction.
 

Package com.amazon.carbonado.info Description

Introspection support for Storables.

See Also:
StorableIntrospector


Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.