InitializersList |
Internal helper to keep track of the various
Initializer instances being used during RowReader processing:
different types of initializers need to be invoked in different orders,
so rather than having to identify the order of initializers again during
the processing of each row we keep separated lists of initializers defined
upfront and then reuse these sets for the scope of the whole resultset's
processing.
|
LoadingCollectionEntryImpl |
Represents a collection currently being loaded.
|
NullValueAssembler<J> |
|
ResolvedSqlSelection |
|
ResultsHelper |
|
RowProcessingStateStandardImpl |
Standard RowProcessingState implementation
|
RowTransformerArrayImpl |
RowTransformer used when an array is explicitly specified as the return type
|
RowTransformerDatabaseSnapshotImpl<T> |
|
RowTransformerJpaTupleImpl |
RowTransformer generating a JPA Tuple
|
RowTransformerSingularReturnImpl<R> |
|
RowTransformerStandardImpl<T> |
The standard RowTransformer -
if the row array has just a single dimension, the value from that dimension (index zero) is returned
otherwise, the array itself is returned
|
RowTransformerTupleTransformerAdapter<T> |
|
SqlSelectionImpl |
|
StandardEntityGraphTraversalStateImpl |
|
StandardRowReader<T> |
|
TupleElementImpl<E> |
Implementation of the JPA TupleElement contract
|
TupleImpl |
Implementation of the JPA Tuple contract
|
TupleMetadata |
Metadata about the tuple structure.
|