String hql = "from ybdeviceapplyform where strapplyername = '"+ strapplyername +"' and strtitle = '"
                + strtitle +"' and odtapplytime >= '"+ startdt +"' and odtapplytime <= '"+ enddt +"'";这是我的hibernate查询hql为什么报org.springframework.orm.hibernate3.HibernateQueryException: ybdeviceapplyform is not mapped啊