Query query = session.createQuery("from 类名");query.list();可查询表中所有记录,得到一个集合。from后接类名,由hibernate自动完成映射并查询