如何在dynamodb的字段上设置更新表达式?

时间:2017-09-29 09:36:05

标签: java hibernate amazon-dynamodb

the answer hibernate支持,为类字段设置custome sql表达式。对于dynamodb映射有类似的东西吗?

1 个答案:

答案 0 :(得分:0)

如果有选项,我不知道。我最接近的是使用这个库

https://github.com/derjust/spring-data-dynamodb

和那个

的维基

https://github.com/derjust/spring-data-dynamodb/wiki/Supported-Spring-Data-Comparison-Operators

以及我如何使用它的例子是

someRepository.queryBySomeKeyAndUpdateNumberGreaterThan(key, randomNumber)