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","net.sf.hibernate
transaction.JDBCTransactionFactory");

 

Thanks,

 

Glauber Andrade 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to