From: erik Date: Wed, 14 May 2008 21:11:36 +0000 (+0000) Subject: SpringComponent now supports adding properties as beans instead of X-Git-Tag: wamblee-utils-0.2~1^2~122 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=a6a053f3830fed884895cd663df556402bee4c7b;hp=a6a053f3830fed884895cd663df556402bee4c7b;p=utils SpringComponent now supports adding properties as beans instead of through property configurer. HibernateComponent no longer reads the hibernate properties. Next step is to put in generic hibernate properties through the constructor and to put in application-independent properties (schemaupdate and dialect) through a hibernate config object as a required interface. ---