Class StandardUpdateAssembler<ENTITY>

java.lang.Object
org.seasar.doma.jdbc.dialect.StandardUpdateAssembler<ENTITY>
All Implemented Interfaces:
UpdateAssembler

public class StandardUpdateAssembler<ENTITY> extends Object implements UpdateAssembler
  • Constructor Details

  • Method Details

    • assemble

      public void assemble()
      Description copied from interface: UpdateAssembler
      Assembles the UPDATE query.

      This method generates the SQL for the UPDATE operation, including the table name, SET clause, WHERE clause, and any other required SQL components.

      Specified by:
      assemble in interface UpdateAssembler