Generate DTO from JPA annotated class
Shay Matasaro <[email protected]> Thu, 02 Jul 2009 08:21:35 -0400
| Newsgroups | gmane.comp.java.xdoclet.user |
|---|---|
| Message-ID | <[email protected]> |
Hi All, I am looking for a utility that can take a JPA annotated class(hibernate) and generate a DTO(Value object) class from it. while doing my research i ran into the Value Object implementation of XDoclet which looks great. my question is, Is there an XDoclet implementation that can handle a JPA class in a similar manner to the way that Value Object handles EJB classes? Thanks, Shay ------------------------------------------------------------------------------