From: Mahendra K. <mah...@ho...> - 2006-04-03 21:29:15
|
Hello all, I am not sure if this is more of a Hibernate question or a proxool qouestion but here is my scenario. I am trying to configure proxool with Hibernate/Spring ( I am using Hibernate 3.0) . I have all the proxool properties in the database table. Before Hibernate, the way I used to do was create a class called DBUtilities that would instantiate a Properties object in a static block by reading all the properties from the database. Every request to Connection would pass this parameter. With Hibernate, is there a way to programmatically give the property instead of fetching externally from flat/xml file? I came across http://www.hibernate.org/222.html but not sure how much updated the document is. Should we require 'hibernate" prefix or not for Hibernate 3 and above? Under User Guide-> Configuration section, Wouldn't it be nice to add the documentation on configuring Proxool with Hibernate/Spring? Thanks in advance Mahendra |