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
相關文章
相關標籤/搜索