How to properly use where clause in Active Objects with joined nested entities

前端 未结 0 1435
故里飘歌
故里飘歌 2020-12-18 20:04

I have two entities:

interface Foo : Entity {

    //some fields

    @get: [OneToMany]
    val bars: Array
}

interface Bar : Entity {

    //some         


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