在hibernate中如何使用动态sql 2004-02-25 quanwudi 比如说select * from a但是在事先你并不知道sql语句是什么形式的,不知道在hibernate中如何解决??? 谢谢