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";
相关文章
相关标签/搜索