Package com.amazon.carbonado.synthetic

Support for dynamic creation of storables, intended for internal use by repository implementations.

See:
          Description

Interface Summary
SyntheticBuilder A synthetic builder provides a mechanism for creating a user storable from scratch.
SyntheticBuilder.ClassNameProvider Interface used to get the name for the class to generate.
 

Class Summary
ClassFileBuilder Simple interface representing a partially filled class and injector pair.
SyntheticIndex Specification of a collection of properties which will participate in an index.
SyntheticKey Specification of a collection of properties which will participate in a key.
SyntheticProperty Minimal specification of a storable property for use with a SyntheticStorableBuilder.
SyntheticPropertyList Specification of a collection of properties which will participate in a key or index.
SyntheticStorableBuilder Allows the definition of very simple synthetic storables.
SyntheticStorableReferenceAccess<S extends Storable> Provides access to the generated storable reference class and utility methods.
SyntheticStorableReferenceBuilder<S extends Storable> A SyntheticStorableReference defines new kinds of Storables from an existing master storable.
 

Package com.amazon.carbonado.synthetic Description

Support for dynamic creation of storables, intended for internal use by repository implementations.



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