java.lang.Object
org.seasar.doma.jdbc.dialect.H2UpsertAssembler
- All Implemented Interfaces:
UpsertAssembler
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
H2UpsertAssembler
-
-
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
-