Package | Description |
---|---|
com.amazon.carbonado.gen |
Storable code generation support intended for use by repository implementations.
|
Modifier and Type | Method and Description |
---|---|
static MasterFeature |
MasterFeature.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MasterFeature[] |
MasterFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <S extends Storable> |
MasterStorableGenerator.getAbstractClass(java.lang.Class<S> type,
java.util.EnumSet<MasterFeature> features)
Returns an abstract implementation of the given Storable type, which
is fully thread-safe.
|
static <S extends Storable> |
DelegateStorableGenerator.getDelegateClass(java.lang.Class<S> type,
java.util.EnumSet<MasterFeature> features)
Delegate class has a constructor that accepts a
DelegateSupport
instance. |
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.