Hi,
An external aplication changes the DB and the hibernate don't refresh. How
should I set it ?
Thanks,
Glauber Andrade
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tel
Hi,
I was thinking another day about your problem and tried to use native
SQL query (via createSQLQuery) everything worked fine :
List list = session.createSQLQuery("select {a.*} from T {a} order by
a.field2","a", A.class).list();
Cheers,
Andrei.
- Original Message -
From: William Dra