Re: [Hibernate] Hibernate x External Changes

2005-03-06 Thread Christian Bauer
Glauber Andrade wrote: How do I configure the Hibernate to recognize all changes done by external events (refresh) ? Post on the user forum only, please. -- Christian Bauer callto://christian-bauer Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com ---

[Hibernate] Hibernate x External Changes

2005-03-06 Thread Glauber Andrade
How do I configure the Hibernate to recognize all changes done by external events (refresh) ? My configuration is only: props.put("hibernate.show_sql","false"); props.put("hibernate.dialect","net.sf.hibernate.dialect.MySQLDialect"); props.put("hibernate.transaction.factory_class"