 3 | how to define and use ID fields in Chapter 2 of the ObjectDB/JPA manual. This annotation is a marker annotation (with no elements). |
 3 | callback methods in Chapter 3 of the ObjectDB/JPA manual. This annotation is a marker annotation (with no elements). |
 2 | for this type of file, though I can't see a mention of it in the manual. But I've tried creating one as ... > It is supported, but not mentioned in the manual, because the new manual focuses on JPA (the old JDO manual covers only JDO 1.x, and this specific feature was added later). It is included in |
 2 | a full JVM GC, manually evict JdoBlob2s from their relevant PersistenceManager (via persistenceManager ... , including manually allocating a 1 GB softly referenced byte[] that immediately gets GC-ed on a full GC ... a manual strong reference list and upon GC detection manually remove the strong references in hopes |
 2 | synchronization with the database content. See this note on the top of the UPDATE query manual page ... principle of JPA. See this manual page. You should have read it in the manual rather than finding it by ... the manual you linked) - objects within two separate EntityManagers are in fact distinct objects |
 2 | again. Ability to manually select the query plan that is executed using a hint (will be explained in ... time you may be able to manually select the best query plans for these queries as a quick workaround. To manually select a query plan 2 new query hints are introduced in build 2.7.6_01: 1. Selecting |
 2 | and whole project compilation ? The ObjectDB 2.3 manual gives the following tip:
|
 2 | (); This is implemented since version 2.2.4 but the manual has not been updated yet. Thanks. I never think ... manual, since "drop table" is often in debugging. I can not find "drop table" in this site BTW ... thread and the explanation of the ;drop connection url parameter in the manual |
 2 | are explained and demonstrated in these manual pages. We do not have specific NetBeans examples in ... to start... Please consider reading the entire manual. It would probably take several hours but may save ... but full application examples. But these tutorials cannot replace the manual, which has to be read. ThreaT |
 2 | explorer on server manually] 32> searchGoods: start query 33> SELECT u FROM Goods u where u._code like ... on server manually]
searchGoods: start query
SELECT u FROM Goods u where u._code like :code
code ... printing result
[start database explorer on server manually]
searchGoods: start query
SELECT u FROM |