Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法(如果有,怎么做?;)在 Hibernate(HQL,JPQL)中创建一个查询,它对
select d.name, d.breed, f.amout from dog as d, stocks.food as f where f.breed = d.breed
也就是说,我想加入一个用户/模式(动物)和一个不同的(股票)。有没有办法用 HQL 做到这一点?
谢谢。