Class UpsertAssemblerContext

java.lang.Object
org.seasar.doma.jdbc.query.UpsertAssemblerContext

public class UpsertAssemblerContext extends Object
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.