[Hibernate] Associationg a collection with 2 open sessions

2003-08-28 Thread Joseph Toth
Thanks, Joseph Toth --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforg

[Hibernate] Performance Problem - lots of many-to-one associations

2003-09-16 Thread Joseph Toth
uot;); o = new Title[list.size()]; list.toArray(o); // Initialize each for (int i = 0; i < o.length; i++) { Hibernate.initialize(o[i]);

[Hibernate] use_reflection_optimizer not set via Properties

2003-10-29 Thread Joseph Toth
Using hibernate 2.0.3 I initialize hibernate via a Properties object. Configuration configuration = new Configuration().addClass(Panel.class).setProperties(properties); sessionFactory = configuration.buildSessionFactory(); When I put hibernate.cglib.use_reflection_optimizer=false as a property