I have three tables in a derby database. Schedule, EmployeeSchedule, EmployeeScheduleInfo. Schedule has a list of EmployeeSchedule and EmployeeSchedule has a list of EmployeeScheduleInfo.
我使用日蚀链接 jpa, 我从 Netbeans 生成了我的实体和控制器。 我的问题是, 当我从数据库装入一个调度对象时, 我从数据库中装入所有员工列表对象中的雇员ScheduleInfo 对象列表没有被装入, 当我调试这个对象时
{IndirectList: not instantiated}