users@jaxb.java.net

Re: JPA as an alternative to Hyperjaxb2

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Fri, 30 Jun 2006 15:46:48 +0200

Hi.

> has anyone done any work with jaxb generated classes annotated with jpa
> annotations? i'm interested because it seems like an xjc plug-in that
> added the appropriate annotations might be a cleaner solution than a
> hibernate-based solution under javaee 5. anybody have any thoughts
> before i spin my wheels attempting this?

Hyperjaxb3 will support several persistence platforms - not only Hibernate 3.
JPA (I guess we're talking about Java Persistence API) is still a bit
problematic cause it can't handle some basic things like collection of promitive
types. Another problem is the absence of configurable accessors.

Bye.
/lexi