Package | Description |
---|---|
com.amazon.carbonado.info |
Introspection support for Storables.
|
com.amazon.carbonado.repo.jdbc |
Repository implementation that connects to an external SQL database via
JDBC.
|
com.amazon.carbonado.synthetic |
Support for dynamic creation of storables, intended for internal use by
repository implementations.
|
Modifier and Type | Method and Description |
---|---|
StorablePropertyAdapter |
StorableProperty.getAdapter()
Returns this property's adapter, or null if none.
|
Modifier and Type | Method and Description |
---|---|
StorablePropertyAdapter |
JDBCStorableProperty.getAppliedAdapter()
Returns the adapter that needs to be applied to properties returned from
ResultSets and set into PreparedStatements.
|
Modifier and Type | Method and Description |
---|---|
StorablePropertyAdapter |
SyntheticProperty.getAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
SyntheticProperty.setAdapter(StorablePropertyAdapter adapter)
Storables cannot currently have more than one adapter per property.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.