JPA2 Criteria-API: select… in (select from where)

前端 未结 4 727
醉酒成梦
醉酒成梦 2020-12-18 15:22

I have the following database model:

A
aId

AB
aId
bId

B
bId
status

In a Spring data Specification, I want to return the instances of A wh

4条回答
提交回复
热议问题