Package org.hibernate.sql.exec.spi
Interface PrimaryOperation
- All Superinterfaces:
JdbcOperation
- All Known Subinterfaces:
JdbcMutation
,JdbcOperationQueryInsert
,JdbcOperationQueryMutation
,JdbcSelect
A primary operation to be executed using JDBC.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe names of tables this operation refers toMethods inherited from interface org.hibernate.sql.exec.spi.JdbcOperation
getParameterBinders, getSqlString
-
Method Details
-
getAffectedTableNames
The names of tables this operation refers to- Specified by:
getAffectedTableNames
in interfaceJdbcOperation
-