public abstract class AbstractDynamoAttributeSupport extends Object implements DynamoAttributeSupport
| コンストラクタと説明 |
|---|
AbstractDynamoAttributeSupport(DynamoAttributeDefinition attr) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DynamoUpdateValue |
clear() |
DynamoAttributeWithValue |
contains(Object... targetValues) |
DynamoAttributeWithValue |
eq(Object targetValue) |
DynamoAttributeWithValue |
exists() |
String |
getDynamoAttrName() |
DynamoAttributeWithValue |
greaterThan(Object targetValue) |
DynamoAttributeWithValue |
greaterThanEq(Object targetValue) |
DynamoAttributeWithValue |
in(Object... targetValues) |
protected DynamoAttributeWithValue |
leftMiddle(String left,
String middle) |
protected DynamoAttributeWithValue |
leftMiddleRightValue(String left,
String middle,
String right,
Object targetValue) |
DynamoAttributeWithValue |
lessThan(Object targetValue) |
DynamoAttributeWithValue |
lessThanEq(Object targetValue) |
protected DynamoAttributeWithValue |
middle(Object targetValue,
String m) |
DynamoAttributeWithValue |
notExists() |
DynamoUpdateValue |
set(Object value) |
public AbstractDynamoAttributeSupport(DynamoAttributeDefinition attr)
public String getDynamoAttrName()
getDynamoAttrName インタフェース内 DynamoAttributeSupportpublic DynamoAttributeWithValue eq(Object targetValue)
eq インタフェース内 DynamoAttributeSupportpublic DynamoAttributeWithValue contains(Object... targetValues)
contains インタフェース内 DynamoAttributeSupportpublic DynamoAttributeWithValue in(Object... targetValues)
in インタフェース内 DynamoAttributeSupportpublic DynamoAttributeWithValue greaterThan(Object targetValue)
greaterThan インタフェース内 DynamoAttributeSupportpublic DynamoAttributeWithValue greaterThanEq(Object targetValue)
greaterThanEq インタフェース内 DynamoAttributeSupportpublic DynamoAttributeWithValue lessThan(Object targetValue)
lessThan インタフェース内 DynamoAttributeSupportpublic DynamoAttributeWithValue lessThanEq(Object targetValue)
lessThanEq インタフェース内 DynamoAttributeSupportpublic DynamoAttributeWithValue exists()
exists インタフェース内 DynamoAttributeSupportpublic DynamoAttributeWithValue notExists()
notExists インタフェース内 DynamoAttributeSupportpublic DynamoUpdateValue set(Object value)
set インタフェース内 DynamoAttributeSupportpublic DynamoUpdateValue clear()
clear インタフェース内 DynamoAttributeSupportprotected DynamoAttributeWithValue middle(Object targetValue, String m)
protected DynamoAttributeWithValue leftMiddle(String left, String middle)
protected DynamoAttributeWithValue leftMiddleRightValue(String left, String middle, String right, Object targetValue)
Copyright © 2016 jp.co.bizreach. All rights reserved.