Studetn类实现序列化接口
Integer id
String name
set coursers
Course类实现序列化接口
Integer id
String name
set students
注意事项:
1,configuration.configure("cn/itcast/ma...
org.hibernate.LazyInitializationException: could not initialize proxy - no
错误页面提示
could not initialize proxy - no Session
控制台
org.hibernate.LazyInitializationException: could not initialize proxy - no Session
病症:这是一个lazy使用后的...