Package | Description |
---|---|
com.amazon.carbonado.qe |
Support for implementing a Query Engine.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Storable> |
JoinedQueryExecutor.build(RepositoryAccess repoAccess,
ChainedProperty<T> targetToSourceProperty,
Filter<T> targetFilter,
OrderingList<T> targetOrdering,
QueryHints hints)
Builds and returns a complex joined excutor against a chained property,
supporting multi-way joins.
|
Constructor and Description |
---|
IndexedQueryAnalyzer(java.lang.Class<S> type,
RepositoryAccess access) |
QueryEngine(java.lang.Class<S> type,
RepositoryAccess access) |
UnionQueryAnalyzer(java.lang.Class<S> type,
RepositoryAccess access) |
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.