Class ReactiveNativeSelectQueryPlanImpl<R>
java.lang.Object
org.hibernate.query.sql.internal.NativeSelectQueryPlanImpl<R>
org.hibernate.reactive.query.sql.internal.ReactiveNativeSelectQueryPlanImpl<R>
- All Implemented Interfaces:
org.hibernate.query.spi.QueryPlan,org.hibernate.query.spi.SelectQueryPlan<R>,org.hibernate.query.sql.spi.NativeQueryPlan,org.hibernate.query.sql.spi.NativeSelectQueryPlan<R>,ReactiveNativeSelectQueryPlan<R>,ReactiveSelectQueryPlan<R>
public class ReactiveNativeSelectQueryPlanImpl<R>
extends org.hibernate.query.sql.internal.NativeSelectQueryPlanImpl<R>
implements ReactiveNativeSelectQueryPlan<R>
-
Field Summary
Fields inherited from interface org.hibernate.reactive.query.spi.ReactiveNativeSelectQueryPlan
LOG -
Constructor Summary
ConstructorsConstructorDescriptionReactiveNativeSelectQueryPlanImpl(String sql, Set<String> affectedTableNames, List<org.hibernate.query.sql.spi.ParameterOccurrence> parameterList, org.hibernate.query.results.ResultSetMapping resultSetMapping, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptionreactivePerformList(org.hibernate.query.spi.DomainQueryExecutionContext executionContext) Perform (execute) the query returning a ListMethods inherited from class org.hibernate.query.sql.internal.NativeSelectQueryPlanImpl
executeQuery, performList, performScrollMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.reactive.query.spi.ReactiveNativeSelectQueryPlan
performList, performScrollMethods inherited from interface org.hibernate.reactive.query.sqm.spi.ReactiveSelectQueryPlan
executeQuery, reactiveExecuteQuery
-
Constructor Details
-
ReactiveNativeSelectQueryPlanImpl
-
-
Method Details
-
reactivePerformList
public CompletionStage<List<R>> reactivePerformList(org.hibernate.query.spi.DomainQueryExecutionContext executionContext) Description copied from interface:ReactiveSelectQueryPlanPerform (execute) the query returning a List- Specified by:
reactivePerformListin interfaceReactiveSelectQueryPlan<R>
-