Uses of Package
com.amazon.carbonado.info

Packages that use com.amazon.carbonado.info
com.amazon.carbonado.capability Common capabilities for repositories. 
com.amazon.carbonado.cursor Support for advanced processing of cursor results, including basic set theory operations. 
com.amazon.carbonado.filter Contains classes for representing query filters. 
com.amazon.carbonado.info Introspection support for Storables. 
com.amazon.carbonado.qe Support for implementing a Query Engine. 
com.amazon.carbonado.raw Provides support for repositories that encode/decode storables in a raw binary format. 
com.amazon.carbonado.repo.jdbc Repository implementation that connects to an external SQL database via JDBC. 
com.amazon.carbonado.spi Service Provider Interface for Carbonado. 
com.amazon.carbonado.synthetic Support for dynamic creation of storables, intended for internal use by repository implementations. 
 

Classes in com.amazon.carbonado.info used by com.amazon.carbonado.capability
Direction
          Describes a property sorting direction.
 

Classes in com.amazon.carbonado.info used by com.amazon.carbonado.cursor
OrderedProperty
          Represents a property paired with a preferred ordering direction.
 

Classes in com.amazon.carbonado.info used by com.amazon.carbonado.filter
ChainedProperty
          Represents a property to filter on or to order by.
 

Classes in com.amazon.carbonado.info used by com.amazon.carbonado.info
ChainedProperty
          Represents a property to filter on or to order by.
Direction
          Describes a property sorting direction.
OrderedProperty
          Represents a property paired with a preferred ordering direction.
StorableIndex
          Represents an index that must be defined for a specific Storable type.
StorableInfo
          Contains all the metadata describing a specific Storable type.
StorableKey
          Represents a primary or alternate key of a specific Storable type.
StorableProperty
          Contains all the metadata describing a property of a specific Storable type.
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.
 

Classes in com.amazon.carbonado.info used by com.amazon.carbonado.qe
ChainedProperty
          Represents a property to filter on or to order by.
Direction
          Describes a property sorting direction.
OrderedProperty
          Represents a property paired with a preferred ordering direction.
StorableIndex
          Represents an index that must be defined for a specific Storable type.
StorableInfo
          Contains all the metadata describing a specific Storable type.
StorableKey
          Represents a primary or alternate key of a specific Storable type.
 

Classes in com.amazon.carbonado.info used by com.amazon.carbonado.raw
OrderedProperty
          Represents a property paired with a preferred ordering direction.
StorableIndex
          Represents an index that must be defined for a specific Storable type.
StorableProperty
          Contains all the metadata describing a property of a specific Storable type.
 

Classes in com.amazon.carbonado.info used by com.amazon.carbonado.repo.jdbc
StorableInfo
          Contains all the metadata describing a specific Storable type.
StorableIntrospector
          Supports examination of Storable types, returning all metadata associated with it.
StorableProperty
          Contains all the metadata describing a property of a specific Storable type.
StorablePropertyAdapter
          Information about an adapter annotation applied to a property.
 

Classes in com.amazon.carbonado.info used by com.amazon.carbonado.spi
Direction
          Describes a property sorting direction.
 

Classes in com.amazon.carbonado.info used by com.amazon.carbonado.synthetic
Direction
          Describes a property sorting direction.
StorablePropertyAdapter
          Information about an adapter annotation applied to a property.
 



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