[Hibernate] refresh problem

2004-10-02 Thread Glauber Andrade
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

Re: [Hibernate] Re: Polymorphic queries, where and order by

2004-10-02 Thread Andrei Sereda
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