下面的代码对应的HQL语句是()<br /> <img src="https://nimg.ppkao.com/2019-05/wangjing/2019050710255081961.jpg?sign=d19c01efdc3db6e6245fa7b0c46e60d9&t=62d5c391" />
A、String hql = "from Dept";
B、String hql = "from Dept as model";
C、String hql = "from Dept as model where model.createDate =’createDate’";
D、String hql = "from Dept as model order by model.createDate asc";