You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ji...@gmail.com on 2008/09/28 03:58:46 UTC

Maven JPA->DTO Plugin

Greetings,

I am curious if there is a plugin out there that can transform JPA
annotated classes and convert them into very simple DTOs? I am
currently doing this conversion by hand, ouch! I need near mirror
copies of my persisted classes because GWT can not work with these JPA
(via Hibernate) enabled classes. I think my usage pattern will be to
recursively mirror (same package layout from the base) a particular
package just strip out any annotations -- I just don't want to
reinvent the wheel.

Thanks in advance,
-jieryn

-- 
There are 10 types of people in this world, those
that can read binary and those that can not.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org