Interface CustomSqlMutation<O extends JdbcMutationOperation>
- All Superinterfaces:
Statement, TableMutation<O>
-
Method Summary
Modifier and TypeMethodDescriptionThe custom SQL provided by the mappingbooleanWhethergetCustomSql()represents a callable (function/procedure)Methods inherited from interface Statement
accept, isSelectionMethods inherited from interface 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:
isCallablein interfaceTableMutation<O extends JdbcMutationOperation>
-