Package org.hibernate.sql.model.jdbc
Class UpsertOperation
- java.lang.Object
-
- org.hibernate.sql.model.jdbc.AbstractJdbcMutation
-
- org.hibernate.sql.model.jdbc.UpsertOperation
-
- All Implemented Interfaces:
JdbcOperation
,JdbcMutationOperation
,MutationOperation
,PreparableMutationOperation
public class UpsertOperation extends AbstractJdbcMutation
JdbcMutation implementation for UPSERT handling
-
-
Constructor Summary
Constructors Constructor Description UpsertOperation(TableMapping tableDetails, MutationTarget<?> mutationTarget, String sql, List<? extends JdbcParameterBinder> parameterBinders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutationType
getMutationType()
The type of operation (INSERT, etc)-
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, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.sql.model.MutationOperation
getJdbcValueDescriptor
-
Methods inherited from interface org.hibernate.sql.model.PreparableMutationOperation
canBeBatched
-
-
-
-
Constructor Detail
-
UpsertOperation
public UpsertOperation(TableMapping tableDetails, MutationTarget<?> mutationTarget, String sql, List<? extends JdbcParameterBinder> parameterBinders)
-
-
Method Detail
-
getMutationType
public MutationType getMutationType()
Description copied from interface:MutationOperation
The type of operation (INSERT, etc)
-
-