springboot hibernate jpa createNativeQuery使用原生sql查詢並轉換爲pojo的model對象,方便好用

先把entityManager.createNativeQuery生成的jpa接口的Query 強轉爲hibernateQuery 的query 而後就能夠調用hibernate的方法,設置屬性,返回的list結果就是Map<String,Object>的有列名稱columnName的對象 而後用jackson的ObjectMapper().convertValue把map轉換爲pojo對象 基本
相關文章
相關標籤/搜索