Package | Description |
---|---|
com.amazon.carbonado.gen |
Storable code generation support intended for use by repository implementations.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DelegateSupport<S extends Storable>
Provides runtime support for Storable classes generated by
DelegateStorableGenerator . |
interface |
MasterSupport<S extends Storable>
Provides runtime support for Storable classes generated by
MasterStorableGenerator . |
Modifier and Type | Interface and Description |
---|---|
interface |
RawSupport<S extends Storable>
Provides runtime support for Storable classes generated by
RawStorableGenerator . |
Modifier and Type | Interface and Description |
---|---|
interface |
JDBCSupport<S extends Storable> |
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.