hi,
Can manul changes to DB that is used by application through hibernate cause some problems?
I'm using Hibernate3 in web services application deployed at SJS AS 9,
datebase is MySql 4.2,
application is woking properly (certain hibernate query returns proper object), then I modify somehow dabebase externally (query browser) and then the same hibernate query returns null but requested object still is in database,
after this, when I redeploy application (without touching DB) everything is ok back, the requested object is returned properly
what's happening?
|