-->
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.  [ 3 posts ] 
Author Message
 Post subject: where ejb3-persistence source and api doc ?
PostPosted: Tue Jul 26, 2005 5:12 am 
Newbie

Joined: Thu Jul 21, 2005 10:55 am
Posts: 1
Where can I find source codes and api doc of ejb3-persistence packet?

Thank


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 26, 2005 6:30 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
in CVS HibernateExt/ejb-api
The JavaDoc is non existent because the spec does not provide it so far.

_________________
Emmanuel


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 18, 2005 12:04 pm 
Pro
Pro

Joined: Fri Nov 19, 2004 5:52 pm
Posts: 232
Location: Chicago, IL
What I've been doing is checking out HibernateExt and then running the following command from the HibernateExt\ejb-api directory.

Code:
javadoc -sourcepath src -subpackages javax -d docs\api -windowtitle "EJB 3.0PR Persistence API Documentation" -doctitle "EJB 3.0PR Persistence API Documentation"

The output Javadocs will be located in HibernateExt\ejb-api\docs\api.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.