|
From: Alef A. \(JTeam\) <al...@jt...> - 2003-10-24 10:59:57
|
Juergen, Right now the LocalSessionFactory in the Hibernate package has a final afterPropertiesSet()-method. We'd like to extend the factory in order to collect mapping files from different sources instead of the fixed property 'mappingResources'. Then of course we need to override afterPropertiesSet() to set the mappingResources on the superclass and then call super.afterPropertiesSet(). However, like I said, the afterPropertiesSet() method from LocalSessionFactory is final. Any objections to 'de-finalizing' this method? Thanx, Alef P.s. getting into the hibernate stuff here, looks good :) == JTeam B.V. Donker Curtiusstraat 7-412 1051 JL Amsterdam T: +31 20 486 20 36 M: +31 6 24 11 1996 F: +31 84 837 00 00 E: al...@jt... W: http://www.jteam.nl |