我正在使用键从表中检索某些数据。我正在使用休眠查询来检索数据。
我能够检索特定键的数据。但对于其他一些键,我收到错误或异常。我得到的例外是
[1/17/13 14:07:41:819 IST] 0000004c LongType I **org.hibernate.type.NullableType nullSafeGet 无法从结果集中读取列值:BRAND1_23_2_;[jcc][t4][10120][10898][3.58.81] 无效操作:结果集已关闭。错误代码=-4470,SQLSTATE=null** [1/17/13 14:07:41:822 IST] 0000004c JDBCException W org.hibernate.util.JDBCExceptionReporter logExceptions SQL 错误:-4470,SQLState:null [1/17/13 14:07:41:823 IST] 0000004c JDBCException E org.hibernate.util.JDBCExceptionReporter logExceptions [jcc][t4][10120][10898][3.58.81] 无效操作:结果集已关闭. 错误代码=-4470,SQLSTATE=null [1/17/13 14:07:41:826 IST] 0000004c DefaultLoadEv I org.hibernate.event.def.DefaultLoadEventListener onLoad 执行加载命令时出错 org.hibernate.exception.GenericJDBCException:无法加载实体:[com.travelport.soa.gds.airline.brandfares.entity.FareCollection#490] 在 org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:126) 在 org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:114) 在 org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66)