ObjectDB ObjectDB

Internal Website Search

31-40 of 200 resultsRefresh
45

How to start a objectdb server with new Daemon (without blocking the thread)??

I am planning to use objectdb+jetty on Google compute engine server for my next project. But it seemed starting the server will block my thread. Any instruction to avoid thread blocking? taheta Taheta Woon Consider using embedded mode, which is faster, and does not require running a server
42

Getting Unexpected internal exception when updating entity in MEM db

Hi, I am using mem db. When am doing Merge operation getting "com.objectdb.o.InternalException: Unexpected internal exception" this exception for some cases.Can you please explain me the reason. Please find the below stack trace for your reference. Caused by: com.objectdb.o.InternalException
42

Getting this error when fetching records from mem db.

Getting following error when executing bellow query. [2022-03-25 14:42:19 #1 query] Error during query execution: Select rt From RtDelete rt Where rt.EntityClass =: encls And rt.DeletedAt >: lastcheck({encls->RtCall,lastcheck->Fri Mar 25 14:42:14 IST 2022}) [2022-03-25 14:42:19 #2
42

getting "Unexpected total page count" error when diagnosis mu db by ObjectDB doctor.

And agsk.Skill.Queue.Channel=:chan" for this query am getting empty result but in db data exist
42

Slave server not getting deletes

I have a Master and Slave Server and the slave server is getting the persists, but when I do a delete query, the records don't get deleted "delete from TestTable t " When I insert a record, then delete it, then re-insert it again, the slave server will give this error because the record did not
42

Getting java.lang.ArithmeticException: / by zero

HI, I am using ObjectDb 1.x and getting the following exception while calling the following code PersistenceManager pm = getPersistenceManager(); if (!pm.isClosed()){ pm.evictAll(); pm.close(); } Most of the times, the above code works fine, but sometimes it is observed that calling pm.close
42

Eclipse - Maven - Dependencies not getting automatically reflected

are not getting displayed. Say if I input springframework, it only reflect the jars that installed
40

Puzzler: Not getting cascades on read from Spring context

Puzzler: Not getting cascades on read from Spring context
8

Application not starting after enhancement

Application not starting after enhancement
8

JPA Metamodel API

has a single ID attribute: boolean hasSingleId = entityType.hasSingleIdAttribute(); // Gets a single ... .class); // Gets a single ID attribute - excluding inherited: SingularAttribute<MyEntity,Long ... attribute: boolean hasVersion = entityType.hasVersionAttribute(); // Gets the version attribute

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