public interface StatementsWithParameters
Modifier and Type | Method and Description |
---|---|
org.hibernate.param.ParameterSpecification[][] |
getParameterSpecifications()
The parameters of the corresponding SQL statements.
|
java.lang.String[] |
getSqlStatements()
The SQL statements to be executed.
|
default boolean |
isSchemaDefinitionStatement(java.lang.String statement)
Should the result of this statement contribute to the running
updated row count?
|
default boolean |
isTransactionalStatement(java.lang.String statement)
Is the given statement executed inside the current transaction?
|
java.lang.String[] getSqlStatements()
org.hibernate.param.ParameterSpecification[][] getParameterSpecifications()
default boolean isTransactionalStatement(java.lang.String statement)
default boolean isSchemaDefinitionStatement(java.lang.String statement)