| Interface | Description |
|---|---|
| FromBuilder<R> | |
| JoinerQuery<T,R> |
Base interface which defines possible parameters of joiner query
T - select from
R - projection type
|
| JoinRoot |
Indicates that an object may contain joins
|
| QueryFeature |
Query features allow to modify the request/query before executing in declarative way
|
| Class | Description |
|---|---|
| ExpressionQueryFromBuilder<R> | |
| JoinerQueryBase<T,R> |
Implementation of joiner query with
non-tuple result |
| Q |
This class contains helper methods for joiner query building
|
| QueryOrder<T> |
Definition of result set order
|
| TupleJoinerQuery<T> |
Implementation of joiner query with
Tuple result |
| TupleQueryFromBuilder |
Copyright © 2018. All rights reserved.