Package org.hibernate.sql.model.jdbc
Class JdbcUpdateMutation
java.lang.Object
org.hibernate.sql.model.jdbc.AbstractJdbcMutation
org.hibernate.sql.model.jdbc.JdbcUpdateMutation
- All Implemented Interfaces:
JdbcOperation
,JdbcMutationOperation
,MutationOperation
,PreparableMutationOperation
Describes the update of a single table
-
Constructor Summary
ConstructorsConstructorDescriptionJdbcUpdateMutation
(TableMapping tableDetails, MutationTarget<?> mutationTarget, String sql, boolean callable, Expectation expectation, List<? extends JdbcParameterBinder> parameterBinders) -
Method Summary
Methods inherited from class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
findValueDescriptor, getExpectation, getMutationTarget, getParameterBinders, getSqlString, getTableDetails, isCallable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hibernate.sql.model.MutationOperation
getJdbcValueDescriptor
Methods inherited from interface org.hibernate.sql.model.PreparableMutationOperation
canBeBatched
-
Constructor Details
-
JdbcUpdateMutation
public JdbcUpdateMutation(TableMapping tableDetails, MutationTarget<?> mutationTarget, String sql, boolean callable, Expectation expectation, List<? extends JdbcParameterBinder> parameterBinders)
-
-
Method Details
-
getMutationType
Description copied from interface:MutationOperation
The type of operation (INSERT, etc) -
toString
-