Package | Description |
---|---|
com.amazon.carbonado.filter |
Contains classes for representing query filters.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AndFilter<S extends Storable>
Filter tree node that performs a logical 'and' test.
|
class |
BinaryOpFilter<S extends Storable>
Base class for filter tree nodes that have a left and right child.
|
class |
ClosedFilter<S extends Storable>
Filter which blocks any results from passing through.
|
class |
ExistsFilter<S extends Storable>
Filter tree node that performs an existence or non-existence test against a
join property.
|
class |
Filter<S extends Storable>
An immutable tree structure representing a query result filter.
|
class |
FilterValues<S extends Storable>
Assigns values to
Filter placeholders. |
class |
OpenFilter<S extends Storable>
Filter which lets all results pass through.
|
class |
OrFilter<S extends Storable>
Filter tree node that performs a logical 'or' test.
|
class |
PropertyFilter<S extends Storable>
Filter tree node that performs a relational test against a specific property
value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StorableKey<S extends Storable>
Represents a primary, alternate or partition key of a specific
Storable type. |
interface |
StorableProperty<S extends Storable>
Contains all the metadata describing a property of a specific
Storable type. |
Modifier and Type | Class and Description |
---|---|
class |
ChainedProperty<S extends Storable>
Represents a property to filter on or to order by.
|
class |
OrderedProperty<S extends Storable>
Represents a property paired with a preferred ordering direction.
|
class |
StorableIndex<S extends Storable>
Represents an index that must be defined for a specific
Storable type. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQuery<S extends Storable>
AbstractQuery implements a small set of common Query methods.
|
class |
EmptyQuery<S extends Storable>
Special query implementation that fetches nothing.
|
class |
StandardQuery<S extends Storable>
Abstract query implementation which uses a
QueryExecutor . |
Modifier and Type | Interface and Description |
---|---|
interface |
JDBCStorableProperty<S extends Storable>
Contains all the metadata describing a property of a specific
Storable type as needed by JDBCRepository. |
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.