public class UpsertAssemblerContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
org.seasar.doma.internal.jdbc.sql.PreparedSqlBuilder |
buf |
Dialect |
dialect |
DuplicateKeyType |
duplicateKeyType |
EntityType<?> |
entityType |
java.util.List<QueryOperandPair> |
insertValues
values clause property-parameter pair list
|
boolean |
isKeysSpecified |
java.util.List<? extends EntityPropertyType<?,?>> |
keys
conflicting keys
|
Naming |
naming |
java.util.List<QueryOperandPair> |
setValues
set clause property-value pair list
|
public final org.seasar.doma.internal.jdbc.sql.PreparedSqlBuilder buf
public final EntityType<?> entityType
public final DuplicateKeyType duplicateKeyType
public final Naming naming
public final Dialect dialect
public final boolean isKeysSpecified
public final java.util.List<? extends EntityPropertyType<?,?>> keys
EntityPropertyTypepublic final java.util.List<QueryOperandPair> insertValues
public final java.util.List<QueryOperandPair> setValues