在the answer hibernate支持,为类字段设置custome sql表达式。对于dynamodb映射有类似的东西吗?
答案 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)