문제

I am using Eclipse indigo and hibernate tools 3.3 for testing my hql queries.

I have configured hibernate tools correctly. But when I am querying to db after changing the values in a column, the old data is coming in result. When I closed the configuration and again connect, I am getting updated result.

Is hibernate tools caching the table values? if yes how to disable that?

도움이 되었습니까?

해결책

what about auto-commit/ commit config ?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top