Package org.hibernate.sql.model.ast
Interface CustomSqlMutation<O extends JdbcMutationOperation>
- All Superinterfaces:
Statement
,TableMutation<O>
- All Known Implementing Classes:
TableDeleteCustomSql
,TableInsertCustomSql
,TableUpdateCustomSql
-
Method Summary
Modifier and TypeMethodDescriptionThe custom SQL provided by the mappingboolean
WhethergetCustomSql()
represents a callable (function/procedure)Methods inherited from interface org.hibernate.sql.model.ast.TableMutation
createMutationOperation, createMutationOperation, forEachParameter, getExpectation, getMutatingTable, getMutationComment, getParameters, getTableName
-
Method Details
-
getCustomSql
String getCustomSql()The custom SQL provided by the mapping -
isCallable
boolean isCallable()WhethergetCustomSql()
represents a callable (function/procedure)- Specified by:
isCallable
in interfaceTableMutation<O extends JdbcMutationOperation>
-