In the google spring cloud documentation, it is mentioned that
While one-to-one and many-to-many relationships can be implemented in Cloud Spanner and Spring Data Cloud Spanner using constructs of interleaved parent-child tables, only the parent-child relationship is natively supported.
Does anyone have a view about what this means? Does this mean google spring cloud advises us to use One To Many interleaved relationship even though data model always expects only one entry on the child side of the relationship? I noticed google cloud spring module has an open issue to support one to one relationship, but that is open for a while now.