上面报的错是没有加载Emploee配置,加载后错误信息如下:
net.sf.hibernate.MappingException: No persister for:  Company
at net.sf.hibernate.impl.SessionFactoryImpl.getPersister(SessionFactoryImpl.java:344) at net.sf.hibernate.impl.SessionImpl.getClassPersister(SessionImpl.java:2656) at net.sf.hibernate.impl.SessionImpl.getPersister(SessionImpl.java:2663) at net.sf.hibernate.impl.SessionImpl.saveWithGeneratedIdentifier(SessionImpl.java:745) at net.sf.hibernate.impl.SessionImpl.save(SessionImpl.java:720)