spring data JPA entityManager查詢 並將查詢到的值轉爲實體對象

String sql="Select f.*,c.name fname,c.phone from e_financial_products f "                 + "left join e_financial_products_consultant c on f.id=c.product_id "                 + "where f.type_two=?1";
相關文章
相關標籤/搜索