Interface | Description |
---|---|
CloseableIterator<T> |
Unification of Iterator and AutoCloseable
|
NativeQueryImplementor<T> | |
QueryImplementor<R> | |
QueryParameterBinding<T> |
The value/type binding information for a particular query parameter.
|
QueryParameterBindings | |
QueryParameterBindingTypeResolver |
A resolver for Type based on a parameter value being bound, when no
explicit type information is supplied.
|
QueryParameterListBinding<T> |
Represents a "parameter list" binding: aka the binding of a collection of values for a single
query parameter.
|
QueryProducerImplementor |
The internal contract for QueryProducer implementations.
|
ScrollableResultsImplementor |
Class | Description |
---|---|
DoubleStreamDecorator |
The
DoubleStreamDecorator wraps a Java DoubleStream and registers a closeHandler
which is passed further to any resulting Stream . |
IntStreamDecorator |
The
IntStreamDecorator wraps a Java IntStream and registers a closeHandler
which is passed further to any resulting Stream . |
LongStreamDecorator |
The
LongStreamDecorator wraps a Java LongStream and registers a closeHandler
which is passed further to any resulting Stream . |
NamedQueryRepository | |
QueryParameterBindingValidator | |
StreamDecorator<R> |
The
StreamDecorator wraps a Java Stream and registers a closeHandler
which is passed further to any resulting Stream . |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.