Package org.iplass.mtp.entity
Class UpdateCondition.UpdateValue
java.lang.Object
org.iplass.mtp.entity.UpdateCondition.UpdateValue
- Enclosing class:
UpdateCondition
一括更新時の更新項目を表すクラス。
-
Constructor Summary
ConstructorDescriptionUpdateValue
(String entityField, Object value) コンストラクタ。 指定のEntity属性を指定の値で更新するように指定。UpdateValue
(String entityField, ValueExpression value) コンストラクタ。 指定のEntity属性を指定の値表現(ValueExpression)で更新するように指定。 -
Method Summary
Modifier and TypeMethodDescriptioncopy()
getValue()
void
setEntityField
(String entityField) void
setValue
(ValueExpression value)
-
Constructor Details
-
UpdateValue
public UpdateValue() -
UpdateValue
コンストラクタ。 指定のEntity属性を指定の値で更新するように指定。- Parameters:
entityField
- Entity属性名value
- 更新値
-
UpdateValue
コンストラクタ。 指定のEntity属性を指定の値表現(ValueExpression)で更新するように指定。- Parameters:
entityField
- Entity属性名value
- 更新値を表すValueExpression
-
-
Method Details
-
getEntityField
-
setEntityField
-
getValue
-
setValue
-
copy
-