ObjectDB ObjectDB

Internal Website Search

51-59 of 59 resultsRefresh
19

PersistenceManager.getObjectsById(Collection,boolean) throwing JDOException

> containing a single oid object (the method is written to support multiple objects, but it seems to only be failing irregularly when only a single oid is present). I'm passing false in as ... may help. support Support Ok, I think it must be a problem with the way I'm keeping track of my oids
16

Database corrupted after schema change

{     private String oid;     private boolean deleted;     private Date modificationTS;     private ... ------------------- [1] Page #19753 entry 0 has unexpected field count (7 instead of 5) 0. oid => '567651 ... entry 1 has unexpected field count (7 instead of 5) 0. oid => '559770' 1. deleted => false 2
16

New to Product & Having An Issue

" + "WHERE d.domainId.accountId = :aid AND d.domainId.objectId = :oid"), @NamedQuery ... .setParameter("aid", this.departmentId.getAccountId()); q.setParameter("oid", this.departmentId ... .domainId.accountId = :aid AND d.domainId.objectId = :oid") now succeeds. However, the test queryDepById
16

Embedded in JDO metadata not working in objectDB 2.x ?

1 (with an OID for every instance) and all other classes were embedded (so without extent and own OID) in those few peristence-capable ones. Example of JDO metadata: <class name="ProjectPart ... . Additionally I see in the DB Explorer every class as not embedded, with own extent and OID for every instance
13

Optimization Question

, but that would also require maintaining the OID for everything. Anyway, what are your thoughts on this? I ... of that to the ObjectDB OID is used to delete the existing track data before persisting the new data. I'm
13

pm.newObjectIdInstance returns null

have been simplified) public MyClass retrieveMyClass(String oid, boolean makeTransient, MyContext context ... objectid = pm.newObjectIdInstance(AFPhysicalPart.class, oid); physpart = (MyClass
9

ID format in objectdb 2.x for JDOHelper.getObjectId

and the object which I am getting is om.objectdb.OID not LongIdentity. I tried adding private @Id
9

NegativeArraySizeException on commiting a transaction

one, only it has different OID. Then I deleted 60 instances of Project from the ProjectVersionHistory, so only 20 remained
3

[ObjectDB 2.4.1] Unexpected exception (Error 990) on getObjectById

{             Object oid = null;             pm.currentTransaction().begin();             for (int i = 0; i ... (a);                 oid = pm.getObjectId(a);             }             pm.currentTransaction().commit ... A a").deletePersistentAll();             pm.currentTransaction().commit();                         pm.getObjectById(oid

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support