美文网首页
jpa @query

jpa @query

作者: allblux | 来源:发表于2017-06-28 20:26 被阅读0次

    在使用jpa时经常需要自定义查询.@query这个用的挺多的.
    最近多表查询中返回一个自定义对象.
    记录如下

        @Query("select new xx.xxx.xxx.xxx.xxxx(a.xx,sa.xx,ss.xx) from table a,table sa,table ss where a.xx= sa.xx and a.xx= ss.xx and ss.xx= ?1 order by ?#{#pageable} ")
    
    

    相关文章

      网友评论

          本文标题:jpa @query

          本文链接:https://www.haomeiwen.com/subject/vzcpcxtx.html