Spring Query population like mongoose

前端 未结 0 1823
不思量自难忘°
不思量自难忘° 2020-11-27 08:09

In mongoose (javascript), we can use querying population by for example :

const personSchema = Schema({
  _id: Schema.Types.ObjectId,
  name: String,
  age: N         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题