public interface StatementsWithParameters
Modifier and Type | Method and Description |
---|---|
default CompletionStage<Integer> |
execute(ReactiveQueryExecutor session,
org.hibernate.engine.spi.QueryParameters queryParameters)
Execute the statements using the query parameters
|
org.hibernate.param.ParameterSpecification[][] |
getParameterSpecifications()
The parameters of the corresponding SQL statements.
|
String[] |
getSqlStatements()
The SQL statements to be executed.
|
String[] getSqlStatements()
org.hibernate.param.ParameterSpecification[][] getParameterSpecifications()
default CompletionStage<Integer> execute(ReactiveQueryExecutor session, org.hibernate.engine.spi.QueryParameters queryParameters)
Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.