Package com.amazon.carbonado.gen

Storable code generation support intended for use by repository implementations.

See:
          Description

Interface Summary
DelegateSupport<S extends Storable> Provides runtime support for Storable classes generated by DelegateStorableGenerator.
MasterSupport<S extends Storable> Provides runtime support for Storable classes generated by MasterStorableGenerator.
StorableSupport<S extends Storable> Provides runtime support for Storable classes generated by StorableGenerator.
TriggerSupport<S extends Storable> Provides runtime support for Storable classes generated by StorableGenerator.
 

Class Summary
CodeBuilderUtil Collection of useful utilities for generating Carbonado code.
CommonMethodNames Collection of constant method names for the public API.
DelegateStorableGenerator<S extends Storable> Generates and caches concrete implementations of Storable types which delegate to DelegateSupport.
MasterStorableGenerator<S extends Storable> Generates and caches abstract implementations of Storable types suitable for use by master repositories.
StorableGenerator<S extends Storable> Generates and caches abstract implementations of Storable types.
StorablePropertyMap<S extends Storable> Basic implementation for Storable.propertyMap() method.
 

Enum Summary
MasterFeature Master feature to enable when using MasterStorableGenerator.
 

Package com.amazon.carbonado.gen Description

Storable code generation support intended for use by repository implementations.

Since:
1.2


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