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
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
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
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
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