ObjectDB Database Search
1-19 of 19 resultsQuery vs Extent for retrieving data retrieve it using an Extent everything is present. We have a very simple class: public class ... is there. If I call Extent extent = pm.getExtent(PositionReportManagerBean.class, true); I get an Extent back with all of the data as I would expect. However, if I execute a Query | |
Eclipse Public License - v 1.0 against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial ... to the minimum extent necessary to make such provision valid and enforceable. If Recipient institutes patent | |
Privacy Policy to the extent necessary to comply with our legal obligations (for example, if we are required | |
Database Explorer an entity object that is represented by a child of an Extent node in a viewer window deletes | |
Remove not working because, in the same transaction, I gather an Extent , delete an object, then try to gather the same Extent again. The Extent traversal throws the error because it encounters the object that was deleted. The fix was to do a PersistenceManager.flush() before trying to gather the Extent | |
How best to unbind all names? this code: pm.currentTransaction().begin(); Extent extent = pm.getExtent(ABC.class, true); Query q = pm.newQuery( extent ); long deletedCount = q.deletePersistentAll(); pm.currentTransaction().commit ... (bookmarks). Instead of the above code, I could iterate over the Extent and delete the entities | |
Embedded in JDO metadata not working in objectDB 2.x ? files. In those metadata files I have few persistence-capable classes which had extents in ObjectDB 1 (with an OID for every instance) and all other classes were embedded (so without extent ... as not embedded, with own extent and OID for every instance. So my questions are: 1 | |
Trouble viewing db in Explorer. I am having trouble with the Explorer. I can open the db just fine. I can open a few simple extents and view/navigate fine also. The problem occurs when I view the more complex extents . The Explorer will not repaint the right pane. I drag off screen to force repaint and get(right | |
Type xxx is not found (error 301)) is preferred. Regarding Extent in JPA, your "SELECT a FROM User a" query is the standard replacement of JPA for JDO extents . Alternatively, if you want, you may use JDO from JPA application by obtaining | |
DB reading fails in debug mode in Eclipse you can see the classes are not embedded, so they have their own extent and IDs in the DB | |
Global way to set Lazy-loading fetch functionality for all the fields per relationship, and for some extent also per query (using JOIN FETCH ). support Support | |
Inserted entities with strings as keys and indices needs more and more ram memory in comparing to primitive integers as keys and indices step; btc_es BTC EmbeddedSystems To some extent , yes, but it depends. For example, are the long values | |
500Mb ObjectDb database opening issue read the database file header). To some extent it is affected by the number of persistent types in | |
First query takes 4+ minutes to complete this further and we will also be able to check the second query. Your other questions are covered, at least to some extent in | |
objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation classes with ObjectDB may work to some extent . You can use a generics class parameter as the type | |
Post-compilation enhancement vs Automatic Run-time enhancement exactly the same code modifications. There may be a difference with the extent of enhanced code. Automatic | |
ObjectDB 2.6.9_06 (embedded): Cascading merge resulting in duplicate objects entries in the Address extent , i.e. there is a duplicate entity that is not related to any | |
ObjectDB 2.7.4 Fixed a bug in persisting objects with same ids in a class hierarchy in one transaction. Fixed a bug in using JDO Extent of a super class with shared primary key values in subclasses. Added a warning if a JDO SingleFieldIdentity class is used as a primary key field type. | |
ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection with ObjectDB may work to some extent . You can use a generics class parameter as the type of a persistent |