Internal Website Search
1-9 of 9 resultsJPA Reference (JavaDoc) This reference contains the API documentation (similar to JavaDoc ) of the Java Persistence API (JPA) 2.0. The content is derived from the original JPA documentation (in the EclipseLink JPA 2 RI) with some additions and notes. The JPA types are organized into the following sections: The purpose | |
ObjectDB Object Database Features distribution download . Online searchable JPA API Reference (based on JavaDoc ). Online searchable JDO API Reference (based on JavaDoc ). Tutorials Various downloadable tutorials | |
Netbeans-Friendly Javadocs Is there a .jar or URL that I can use to get javadocs that work within Netbeans code prediction ... to the EntityManager object in Netbeans but it gives me the error: Javadoc not found. Either Javadoc documentation for this item does not exist or you have not added specified Javadoc in the Java Platform | |
JDO Reference (JavaDoc) This reference contains the API documentation (similar to JavaDoc ) of JDO 2.2. The content is derived from the original JDO documentation with some additions and notes. The most basic JDO types are: All the other JDO types are organized into the following sections: | |
Custom collection types Hi In our project in few places there are used collections from emf framework eg EcoreEMap http://download.eclipse.org/modeling/emf/emf/ javadoc /2.5.0/org/eclipse/emf/ecore/util/EcoreEMap.html This is strange map for me, it implements List interface but does not implement Map interface | |
Feedback on new site Font size on new site is huge! This is especially a problem when browsing the api. dmoshal David Moshal Difficult to find info on ODB1, including api javadocs . dmoshal David Moshal Thank you for your useful comments. The ObjectDB 1 manual is available here . You can use the JDO menu | |
On ensuring ID available after persist() { return id; } The javadocs for EntityManager.persist() merely state that it should "Make | |
Should I use ObjectDB and JDO? at the official JDO API location: https://db.apache.org/jdo/ javadoc .html ? Which version | |
Restrict by class in query expected. The result type argument has no effect on the query. Actually, according to the JPA JavaDoc   |