java.lang.Object
org.seasar.doma.jdbc.query.UpsertAssemblerContext
The UpsertAssemblerContext class represents the context for executing an upsert operation in a
database. It holds information about the entity to be upserted, the prepared SQL statement, the
entity type, the duplicate key type, naming and dialect information, and the values to be set for
the entity.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal PreparedSqlBuilderfinal Dialectfinal DuplicateKeyTypefinal EntityType<?>final List<? extends EntityPropertyType<?,?>> values clause property-parameter pair listfinal booleanfinal List<? extends EntityPropertyType<?,?>> conflicting keysfinal Namingfinal ReturningPropertiesfinal List<QueryOperandPair>set clause property-value pair list -
Method Summary
-
Field Details
-
buf
-
entityType
-
duplicateKeyType
-
naming
-
dialect
-
isKeysSpecified
public final boolean isKeysSpecified -
keys
conflicting keys- See Also:
-
insertPropertyTypes
-
insertRows
values clause property-parameter pair list -
setValues
set clause property-value pair list -
returning
-