码迷,mamicode.com
首页 > 其他好文 > 详细

jpa 联合查询方法

时间:2019-01-25 16:33:57      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:tle   rom   native   inter   interface   str   from   query   ase   

public interface TaskBaseline {
    String getNumber();

    String getTitle();

    String getName();

    String getProject();

    String getTest();
    //Integer  getTaskbaselineid();
}
@Query(nativeQuery = true,value = "select t.number as number, t.title as title, b.name as name ,b.project as project,tb.test as test from task t, baseline b, task_baseline tb where t.id=tb.taskid and b.id=tb.baselineid ")
    Iterable<TaskBaseline> findAllJonin();

 

jpa 联合查询方法

标签:tle   rom   native   inter   interface   str   from   query   ase   

原文地址:https://www.cnblogs.com/cnchengv/p/10320205.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!