Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Where to find code in EL codebase for determining if a class is an entity?

The code is in,

org.eclipse.persistence.internal.jpa.metadata

MetadataProcessor is the key class.


ljnelson wrote:
> 
> I am writing some JPA utility tools and was wondering if the code in
> the EclipseLink codebase that considers orm.xml and annotations and
> thereby determines whether any given class is an entity is neatly
> refactored into a clean artifact of its own.
> 
> Where would I look in the codebase for this sort of capability?
> 
> Thanks,
> Laird
> 
> 


-----
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
-- 
View this message in context: http://old.nabble.com/Where-to-find-code-in-EL-codebase-for-determining-if-a-class-is-an-entity--tp28379826p28380056.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top