Class UnifiedUpdateStarting<ENTITY>

java.lang.Object
org.seasar.doma.jdbc.criteria.statement.UnifiedUpdateStarting<ENTITY>
Type Parameters:
ENTITY - the type of the entity

public class UnifiedUpdateStarting<ENTITY> extends Object
Represents an UPDATE statement starting point.
  • Constructor Details

    • UnifiedUpdateStarting

      public UnifiedUpdateStarting(Config config, EntityMetamodel<ENTITY> entityMetamodel, UpdateSettings settings)
      Creates an instance.
      Parameters:
      config - the configuration
      entityMetamodel - the entity metamodel
      settings - the settings
  • Method Details