521522523524525526527528529530531
} return list; } catch (HibernateException he) { throw new SystemException(he); } finally { HibernateUtil.closeSession(session); } }
644645646647648649650651652653654
} return array; } catch (HibernateException he) { throw new SystemException(he); } finally { HibernateUtil.closeSession(session); } }
687688689690691692693694695696697
761762763764765766767768769770771
887888889890891892893894895896897
933934935936937938939940941942943
10111012101310141015101610171018101910201021
11411142114311441145114611471148114911501151
11741175117611771178117911801181118211831184
12141215121612171218121912201221122212231224
} session.flush(); } catch (HibernateException he) { throw new SystemException(he); } finally { HibernateUtil.closeSession(session); } }