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

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -