See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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 . |
DetachedStorableFactory<S extends Storable> |
Creates
Storable instances which are basic data containers. |
MasterStorableGenerator<S extends Storable> |
Generates and caches abstract implementations of
Storable types
suitable for use by master repositories. |
StorableCopier<S extends Storable,T extends Storable> |
Copies properties between otherwise incompatible Storables.
|
StorableCopier.From<S extends Storable> | |
StorableGenerator<S extends Storable> |
Generates and caches abstract implementations of
Storable
types. |
StorablePropertyMap<S extends Storable> |
Basic implementation for
Storable.propertyMap() method. |
Enum | Description |
---|---|
MasterFeature |
Master feature to enable when using
MasterStorableGenerator . |
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.