|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StorableInfo | |
|---|---|
| com.amazon.carbonado.info | Introspection support for Storables. |
| com.amazon.carbonado.qe | Support for implementing a Query Engine. |
| com.amazon.carbonado.repo.jdbc | Repository implementation that connects to an external SQL database via JDBC. |
| Uses of StorableInfo in com.amazon.carbonado.info |
|---|
| Methods in com.amazon.carbonado.info that return StorableInfo | ||
|---|---|---|
static
|
StorableIntrospector.examine(Class<S> type)
Examines the given class and returns a StorableInfo describing it. |
|
| Methods in com.amazon.carbonado.info with parameters of type StorableInfo | ||
|---|---|---|
static
|
OrderedProperty.parse(StorableInfo<S> info,
String str)
Parses an ordering property, which may start with a '+' or '-' to indicate direction. |
|
static
|
ChainedProperty.parse(StorableInfo<S> info,
String str)
Parses a chained property. |
|
static
|
OrderedProperty.parse(StorableInfo<S> info,
String str,
Direction defaultDirection)
Parses an ordering property, which may start with a '+' or '-' to indicate direction. |
|
static
|
StorableIndex.parseNameDescriptor(String desc,
StorableInfo<S> info)
Parses an index descriptor and returns an index object. |
|
| Uses of StorableInfo in com.amazon.carbonado.qe |
|---|
| Methods in com.amazon.carbonado.qe with parameters of type StorableInfo | |
|---|---|
void |
StorableIndexSet.addAlternateKeys(StorableInfo<S> info)
Adds all of the alternate keys of the given storable as indexes by calling addKey. |
void |
StorableIndexSet.addIndexes(StorableInfo<S> info)
Adds all the indexes of the given storable. |
void |
StorableIndexSet.addIndexes(StorableInfo<S> info,
Direction defaultDirection)
Adds all the indexes of the given storable. |
void |
StorableIndexSet.addPrimaryKey(StorableInfo<S> info)
Adds the primary key of the given storable as indexes by calling addKey. |
StorableIndex<S> |
StorableIndexSet.findPrimaryKeyIndex(StorableInfo<S> info)
Finds the best index to represent the primary key. |
void |
StorableIndexSet.uniquify(StorableInfo<S> info)
Augment non-unique indexes with primary key properties, thus making them unique. |
| Uses of StorableInfo in com.amazon.carbonado.repo.jdbc |
|---|
| Subinterfaces of StorableInfo in com.amazon.carbonado.repo.jdbc | |
|---|---|
interface |
JDBCStorableInfo<S extends Storable>
Contains all the metadata describing a specific Storable type as
needed by JDBCRepository. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||