JPA執行原生SQL返回指定對象

//生成EntityManger protected EntityManager em; //執行原生SQL Query nativeQuery = em.createNativeQuery(String sql); //指定返回對象類型 nativeQuery.unwrap(SQLQuery.class).setResultTransformer(Transformers.aliasToBean
相關文章
相關標籤/搜索