java - getting hibernate error upon executing the application -


i have connected hibernate , have prepared method fech records database , using criteria inside method while running application debuging application following error , hibernate query generated if fire query on database client side record fetched

but on console following error

org.hibernate.util.jdbcexceptionreporter ora-00942: table or view not exist 

please let me know how overcome error


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -