クラス EntityUpdateAll

java.lang.Object
org.iplass.mtp.tools.batch.MtpCuiBase
org.iplass.mtp.tools.batch.entity.EntityUpdateAll

public class EntityUpdateAll extends MtpCuiBase
Entity UpdateAll Batch
  • コンストラクタの詳細

    • EntityUpdateAll

      public EntityUpdateAll(String... args)
      args[0]・・・execMode args[1]・・・tenantId args[2]・・・entity name args[3]・・・update all values str args[4]・・・where clause
  • メソッドの詳細

    • main

      public static void main(String[] args)
      args[0]・・・execMode args[1]・・・tenantId args[2]・・・entity name args[3]・・・update all values str args[4]・・・where clause
    • execute

      public boolean execute()
      モードに合わせて実行します。
      戻り値:
    • execMode

      public EntityUpdateAll execMode(ExecMode execMode)
    • tenantId

      public EntityUpdateAll tenantId(Integer tenantId)
    • entity

      public EntityUpdateAll entity(String entityName)
    • updateAll

      public boolean updateAll(EntityUpdateAllParameter param)
      UpdateAllします。
      パラメータ:
      param - UpdateAll情報
      戻り値:
      実行結果
    • logArguments

      public void logArguments(EntityUpdateAllParameter param)
      UpdateAll情報を出力します。
    • showValidPropertyList

      protected void showValidPropertyList(org.iplass.mtp.entity.definition.EntityDefinition ed)
      プロパティの一覧を出力します。
    • loggingLogger

      protected org.slf4j.Logger loggingLogger()
      定義:
      loggingLogger クラス内 MtpCuiBase