Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-users] project.xml and JPA annotations

Workaround described here:
http://forums.oracle.com/forums/thread.jspa?forumID=48&threadID=887041


-----Original Message-----
From: eclipselink-users-bounces@xxxxxxxxxxx
[mailto:eclipselink-users-bounces@xxxxxxxxxxx] On Behalf Of Guy
Pelletier
Sent: Monday, April 27, 2009 2:43 PM
To: EclipseLink User Discussions
Subject: Re: [eclipselink-users] project.xml and JPA annotations

Unfortunately no, that functionality is not supported at this time. Are 
there specific configurations that you want from the project.xml?

Note: EclipseLink has a number of 'extended' annotations available from
the 
org.eclipse.persistence.annotations package, as well as the option to 
specify customizers to modify or add any metadata.

Cheers,
Guy

----- Original Message ----- 
From: "fcalfo" <fcalfo@xxxxxxxxx>
To: <eclipselink-users@xxxxxxxxxxx>
Sent: Monday, April 27, 2009 2:24 PM
Subject: [eclipselink-users] project.xml and JPA annotations


>
> Can I manage persistent classes that are mapped in the project.xml
file 
> and
> JPA annotations?
>
> I know you can mix xml mappings and annotations if the xml mappings
are
> defined in orm.xml
>
> But can I mix mappings defined in project.xml with classes that are
mapped
> only by JPA annotations?
>
> -- 
> View this message in context: 
>
http://www.nabble.com/project.xml-and-JPA-annotations-tp23262131p2326213
1.html
> Sent from the EclipseLink - Users mailing list archive at Nabble.com.
>
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
> 

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top