Re: [Hibernate] WRAP_RESULT_SETS

2004-11-27 Thread Christian Bauer
On Nov 27, 2004, at 8:38 PM, Max Rydahl Andersen wrote: I'll write back when i get my time to run test tests. I've a full Oracle8/9/10 test setup here, send stuff. -- Christian Bauer +49 171 455 66 53 callto://christian-bauer Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECT

Re: [Hibernate] WRAP_RESULT_SETS

2004-11-27 Thread Max Rydahl Andersen
> I still need to test this against 8i/9i, which is where people have been > seeing this issue. I looked into the classes in the newer 10g jar and > they seem to be handling this the correct way (in terms of caching the > name-to-index resolution). I just do not currently have an install of > eit

[Hibernate] overhead of dirty tracking

2004-11-27 Thread hanasaki
How is the dirty flag maintained in hibernate to keep overhead low. For example: I have many POJO that are mapped to table schemata. Some reference others. Some are aggregates of other, non-hibernate, object. These may be aggregates of other objects etc in a complex hierarchy. Any instance