String hql = " from ACD1Structure structure left join fetch structure.molTable where structure.id in (:ids)";
structures = (List<ACD1Structure>) structureDAO.createQuery(hql).
setParameterList("ids", cd_ids).list();
posted on 2009-02-27 13:10
周銳 閱讀(2833)
評論(2) 編輯 收藏 所屬分類:
Hibernate