Column type of UUID is parsed as null, example project that can reproduce the issue can is [here](https://github.com/JoeWang1127/spanner-hibernate-demo). Steps to reproduce the issue: 1. pull the code to your locally environment. 2. change `hibernate.connection.url` to a clean spanner database instance, with google standard sql. 3. run the main method |