[Hibernate] Datagen

2005-06-02 Thread Christian Bauer
We have been talking about test data generation for a while. Here is what I have in JIRA: http://opensource.atlassian.com/projects/hibernate/secure/ IssueNavigator.jspa?mode=hide&requestId=10410 I've also added this to http://www.hibernate.org/Projects/ HowToBuildAndContributeToTools - the

[Hibernate] UML to hibernate eclipse plugin java.tri with hibernate 3 support

2005-06-02 Thread Alexandre Torres
Hi. I'm developing the java.tri project, an open source eclipse plugin that improves web application development. The tool is based upon hibernate and struts, and uses UML class models as a project start point. It may be used to generate and entire j2ee hibernate application or just parts of it, li

Re: [Hibernate] Checking of final in a lazy class

2005-06-02 Thread Emmanuel Bernard
You mean build time transformation? baliuka juozas wrote: Probably class file transformation can help. I can do it if it is usefull. It is more trivial to implement this kind of persister than proxies and it will be more performant. --- Emmanuel Bernard <[EMAIL PROTECTED]> wrote: I've imp

Re: [Hibernate] Checking of final in a lazy class

2005-06-02 Thread baliuka juozas
Yes, I mean build time transformation. We use it for lazy propeties anyway. Domain object can implement HibernateProxy interface itself, it must be trivial to integrate without changes in framework. --- Emmanuel Bernard <[EMAIL PROTECTED]> wrote: > You mean build time transformation? > > baliuka

Re: [Hibernate] Checking of final in a lazy class

2005-06-02 Thread Emmanuel Bernard
At some point we might add that for convenience. But I would really avoid any build time *requirement* on core features. baliuka juozas wrote: Yes, I mean build time transformation. We use it for lazy propeties anyway. Domain object can implement HibernateProxy interface itself, it must be tri