Im using SmartGWT-3.1-p20130910.
On the client Im using SmartGWT data sources which are mapped to MySQL using *.ds.xml.
On the server side Im using Hibernate with MySQL.
When I create a Hibernate session factory it caches data from MySQL in a Hibernate cache. Eventually the cache becomes inconsistent with data being updated by the Isomorphic server through the SmartGWT client. So updates done through the client are not seen in the Hibernate session.
Is there a way to make the Isomorphic server use the same Hibernate session factory or Hibernate configuration Im using?
On the client Im using SmartGWT data sources which are mapped to MySQL using *.ds.xml.
On the server side Im using Hibernate with MySQL.
When I create a Hibernate session factory it caches data from MySQL in a Hibernate cache. Eventually the cache becomes inconsistent with data being updated by the Isomorphic server through the SmartGWT client. So updates done through the client are not seen in the Hibernate session.
Is there a way to make the Isomorphic server use the same Hibernate session factory or Hibernate configuration Im using?