Class UpdateCondition.UpdateValue

java.lang.Object
org.iplass.mtp.entity.UpdateCondition.UpdateValue
Enclosing class:
UpdateCondition

public static class UpdateCondition.UpdateValue extends Object
一括更新時の更新項目を表すクラス。
  • Constructor Details

    • UpdateValue

      public UpdateValue()
    • UpdateValue

      public UpdateValue(String entityField, Object value)
      コンストラクタ。 指定のEntity属性を指定の値で更新するように指定。
      Parameters:
      entityField - Entity属性名
      value - 更新値
    • UpdateValue

      public UpdateValue(String entityField, ValueExpression value)
      コンストラクタ。 指定のEntity属性を指定の値表現(ValueExpression)で更新するように指定。
      Parameters:
      entityField - Entity属性名
      value - 更新値を表すValueExpression
  • Method Details