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
---
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"