java.lang.Object
org.seasar.doma.jdbc.dialect.MysqlUpsertAssembler
- All Implemented Interfaces:
UpsertAssembler
-
Constructor Summary
ConstructorsConstructorDescriptionMysqlUpsertAssembler(UpsertAssemblerContext context, MysqlDialect.MySqlVersion version) -
Method Summary
-
Constructor Details
-
MysqlUpsertAssembler
-
-
Method Details
-
assemble
public void assemble()Description copied from interface:UpsertAssemblerAssembles the upsert query.This method generates the SQL for the upsert operation according to the specific database dialect's syntax requirements.
- Specified by:
assemblein interfaceUpsertAssembler
-