Re: [Hibernate] support for dynabeans

2002-10-13 Thread Gavin King
> Hadnt thought of that, thanks, > > Would it be possible to add my definitions to the DataStore, and then > recreate or reinitialize the SessionFactoryImpl? > > Then I could build a guy where the user can define his new tables, and > modify just the DataStore, and when he clicks on "apply", i upd

Re: [Hibernate] support for dynabeans

2002-10-13 Thread Christoph Sturm
Hey Gavin! Gavin King wrote: >>I think we should take the former option, one persister per class. Then >>we should be able to add new Persisters at runtime. (And change the >>field definitions of existing persisters) >> >> > >Okay, cool, but how are you going to do that without requiring a >synch

Re: [Hibernate] support for dynabeans

2002-10-13 Thread Christoph Sturm
of class persister? I dont thimk so. IMHO the best solution would be to factor out the bean access of the existing ClassPersisters, and make that pluggable. Gavin - Original Message - From: "Christoph Sturm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, O

[Hibernate] support for dynabeans

2002-10-12 Thread Christoph Sturm
Hi All! I'd like to implement a new feature in Hibernate, but I dont know how to start best. I would like to be able to map classes that dont really exist as javaclass, but use a dynabean instead http://www.apache.org/~jvanzyl/jakarta-commons/beanutils/apidocs/org/apache/commons/beanutils/DynaB