JPA 去除重复列数据

   //清除重复列         Session session = entityManager.unwrap(org.hibernate.Session.class);         String strSql= "from AppStrategyEntity y where (y.gName,y.strategy_id)in(select x.gName,max(x.strategy_i
相关文章
相关标签/搜索