标签: google-app-engine google-cloud-platform spring-data google-cloud-datastore spring-cloud-gcp
我正在尝试找到一种在Spring GCP中实现OneToMany,ManyToOne,ManyToMany关系的方法。
根据参考资料,存在三种表示实体之间关系的方式:嵌入式@Descendant和@Reference。并且没有其他方法可以实现上述注释。 请说明实现JPA批注的方式。
@Descendant
@Reference