ObjectDB ObjectDB

Internal Website Search

121-130 of 200 resultsRefresh
9

OneToMany and cascade delete problem

. The problem is, that after removing product, all "connected" offers are also removed (cascade ... between Store and Product - Store is the owner. Therefore, you must remove a Product from the list ... to this post). After removing Product, Offer is still in database, but all fields in related Product
9

Filename.odb$ Persisting Issue

and wait a bit for it to remove itself. Any ideas why this happens? Thanks, Dragon DragonRulerX ... ();   shiftImportDB.close();   emf.close(); } } I cannot/don't know how to remove external ... exists for some reason (unknown to me) and doesn't always get removed when the application
9

OrphanRemoval not working?

Invoice invoice; ... } I'm expecting, that removing invoiceitem from the list removes it from db ... this has no effect... Is there any mistake? Thank you Michael anaq x Orphan removal was not handled by ObjectDB ... modifications should be done on the owner side, but in the case of orphan removal the remove
9

Slave server not getting deletes

Error This is an interesting report. Have you tried a normal remove. i.e. not using a delete query ... UPDATE/DELETE queries? Trianglehead Json Error You may try. According to the documentation: Removing ... entity objects and then removing them, but it should be used cautiously because bypassing
9

possible index required for improving query performance

the party first in the index definition did help. However, it did not work until I removed the index ... were added. I'm quite happy to remove this index as we don't really need it anyway, but this leads ... will it pick? 2. How do we remove this index from an existing database? I've seen a post
9

Pre-detach loading: retrieval by navigation not working in if statement

().getValue() - before the if statement - that the compiler will not remove.] This does not work (is not ... using the result somehow (I guess the compiler just removes it, for the loading to be triggered ... USAGE SO COMPILER DOES NOT REMOVE if (lz.getPresent().getValue
9

Should derived fields of an EmbeddedId be manually maintained by app code?

.getOtherContainerRelationship(); if (oldReferer != null) { oldReferer.remove(o); } o.setOtherContainerRelationship(this); o.setOtherRelationshipKey(key); } private void remove ... and simplify this test case: Remove any unnecessary code. Do you really need 3 entity classes and 2
1

Improve ObjectDB Server

Improve ObjectDB Server to behave and feel more like a traditional db-server: - Remove SWING dependency (i.e. remove the tray icon or make it external from the core server) - Provide the possibility to easily install the objectdb as service on each system (requires removing swing dependency
1

log entry and massive performance issues

times per day we have a simple object remove (entityManager.remove) that takes more than 5 minutes ... removal happens? It may help to identify the exact build in which this issue is started. 2.7.3 ... about the removed object? Is it a single object or a large graph of objects? What is special
1

Threaded Test - Failed to commit transaction: Unexpected internal exception

).getSingleResult();                 em.remove(p);                 em.getTransaction().commit ... an existing system. If I remove the @Id attribute it works ok again. My final object ... ways: Producer thread inserts object into the "queue" database Consumer thread reads and removes

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