Package org.hibernate.sql.model.jdbc
Class JdbcDeleteMutation
java.lang.Object
org.hibernate.sql.model.jdbc.AbstractJdbcMutation
org.hibernate.sql.model.jdbc.JdbcDeleteMutation
- All Implemented Interfaces:
JdbcOperation
,JdbcMutationOperation
,MutationOperation
,PreparableMutationOperation
-
Constructor Summary
ConstructorsConstructorDescriptionJdbcDeleteMutation
(TableMapping tableDetails, MutationTarget<?> mutationTarget, String sql, boolean callable, Expectation expectation, List<? extends JdbcParameterBinder> parameterBinders) JdbcDeleteMutation
(TableMapping tableDetails, MutationType mutationType, 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
-
JdbcDeleteMutation
public JdbcDeleteMutation(TableMapping tableDetails, MutationTarget<?> mutationTarget, String sql, boolean callable, Expectation expectation, List<? extends JdbcParameterBinder> parameterBinders) -
JdbcDeleteMutation
public JdbcDeleteMutation(TableMapping tableDetails, MutationType mutationType, 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
-