Spring Cloud Spring Cloud Spanner DML语句
SpannerTemplate支持[DML](https://cloud.google.com/spanner/docs/dml-tasks)Statements。
可以通过performReadWriteTransaction或使用@Transactional批注在事务中执行DML语句。
当DML语句在事务之外执行时,它们将以[partitioned-mode](https://cloud.google.com/spanner/docs/dml-tasks#partitioned-dml )执行。