-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 9 posts ] 
Author Message
 Post subject: javax.persistence API javadoc?
PostPosted: Thu Oct 06, 2005 8:21 pm 
Beginner
Beginner

Joined: Thu Sep 16, 2004 8:14 pm
Posts: 27
Is there someplace I can find javadoc for the javax.persistence package? I'm trying to do simple things like see what all of the attributes are for the javax.persistence.Column annotation.
Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 06, 2005 10:04 pm 
Expert
Expert

Joined: Mon Jul 04, 2005 5:19 pm
Posts: 720
http://www.oracle.com/technology/tech/j ... -tree.html


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 07, 2005 4:48 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Those javadocs are outdated

_________________
Emmanuel


Top
 Profile  
 
 Post subject: source for ejb3-persistence.jar?
PostPosted: Fri Oct 07, 2005 1:17 pm 
Beginner
Beginner

Joined: Thu Sep 16, 2004 8:14 pm
Posts: 27
Where can I find the source for the javax.persistence package? I could just run javadoc on it myself and generate documentation that goes with the version of EJB3 I'm using.
-M@


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 07, 2005 1:46 pm 
Expert
Expert

Joined: Mon Jul 04, 2005 5:19 pm
Posts: 720
most IDEs will give the option of exploring the binary. this is what I do whenever I need to look at things from a high level. if this doesn't do it, try using the spec as a reference.


Top
 Profile  
 
 Post subject: that works. sort of
PostPosted: Fri Oct 07, 2005 3:12 pm 
Beginner
Beginner

Joined: Thu Sep 16, 2004 8:14 pm
Posts: 27
Yeah, in Eclipse I can explore the jar file and see what attributes are associated with an annotation, but I still can't get access to the docs that tell me what those attributes are supposed to control.
So, where did the source for the ejb3-persistence.jar come from? If its not javadoc'd then it might not help, but I'm hoping that it has been. In the meantime I'll check out the spec.
Thanks,
-M@


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 07, 2005 3:21 pm 
Expert
Expert

Joined: Mon Jul 04, 2005 5:19 pm
Posts: 720
sometimes that is in META-INF.MF . in the meantime, solarmetric has javadocs for persistence also.


Top
 Profile  
 
 Post subject: solarmetric EJB3 API
PostPosted: Fri Oct 07, 2005 3:31 pm 
Beginner
Beginner

Joined: Thu Sep 16, 2004 8:14 pm
Posts: 27
Found this:

http://www.solarmetric.com/Software/Doc ... mmary.html

Its a little more usable than browsing the jar file, but still doesn't offer much in the way of useful documentation.
Looks like I'll have to go off the spec.
-M@


Top
 Profile  
 
 Post subject: Re: solarmetric EJB3 API
PostPosted: Mon Oct 10, 2005 4:59 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
hixson wrote:
Found this:

http://www.solarmetric.com/Software/Doc ... mmary.html

Its a little more usable than browsing the jar file, but still doesn't offer much in the way of useful documentation.
Looks like I'll have to go off the spec.
-M@


Once again, this API is outdated and does not provide more info than a source code navigation.

_________________
Emmanuel


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 9 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.