database - Eclipse link jpa cache issue -
i using eclipse link jpa 2.0. using hana database. created views , generated java entity files using eclipse. problem is, after starting java web application in tomcat server 7, if table data modified, view not returning updated values. if running view native query giving old values only.. please let me know changes need in configuration level or entity creating level. ( added @cacheable(false) also).
Comments
Post a Comment