0

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?

Dinoop paloli
  • 633
  • 2
  • 8
  • 25

1 Answers1

1

what about auto-commit/ commit config ?

Ashish Thukral
  • 1,445
  • 1
  • 16
  • 26