ObjectDB ObjectDB

Internal Website Search

131-140 of 200 resultsRefresh
10

Query results are not up to date for entities, not primitives

="XXXXX">    <dir path="/" permissions="access,modify,create,delete" />   </user>   <user username="$default" password="$$$###">    <dir path="/$user/" permissions="access,modify,create,delete ... we will be able to provide further advice. support Support You could delete this post? I'll create a new
10

Enhancement of type is old and cannot be used

. They were present before and also saved in the DB, but are deleted for some time now. When I open the DB ... You can delete old classes using the Explorer of version 2.8.3_05 (right click -> Delete, or from the Edit menu). Please check if this solves the issue. support Support I deleted some
10

Remove not working

that there are no already deleted objects in the graph to delete but it still didn't work. As ... 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
9

persistence.xml classes not respected by ObjectDB

and start all over. But that's a problem. I have discovered it when I had to delete and set the new database in production. It just didn't want to respect the restrictions. I had to delete the elements in ... do it. What is it to be done? zmirc Mircea Chirac <exclude-unlisted-classes/> will not delete classes
9

Query fails with numerical values > 2^31

) delete from DataRecord p where p.TimeOfDeletion < 4147483648 This fails with "invalid numerical literal ... values of '1410521074995' are stored. So, it is possible to store this big numbers. But, why is my DELETE ... stacktrace: Exception in thread "Thread-2" [ObjectDB 2.5.6_05] DELETE FROM DataRecord c WHERE c
9

Activation license not picked up in Jenkins

.manager] Query "DELETE FROM common.app.Model e" => 1 results in 168 milliseconds. [2020-09-03 ... .7437 18.99/1.18 (a.deleted=false)> <extractPlan 3.7225 18.96/1.18 a(Site ... .Site a WHERE a.deleted=false" => 0 results in 71 milliseconds. [2020-09-03 22:03:34 #18 type
9

removed objects stay with null field values in the reference

is when we delete with a query use entityManager.remove hgzwicker Hans-Georg Zwicker You have to remove the object from the set explicitly, in addition to deleting it. However, if the set is defined as mapped by, it will be updated automatically after committing the delete operation and then reloading
9

Optimization Question

. - If it's an update to an existing track, delete the entire previous entry and then add in the new ... objects whenever possible. Delaying the delete operations to time with less or no activity (and if you can use one transaction for deletion of many updates it can also improve performance
1

Allow removal of entity class from ObjectDB & Explorer

Hi. It would be very useful to be able to delete an entire entity class from ObjectDB ... adds support of deleting classes in the Explorer. An obsolete class can be selected in the Schema / Managed Types list and then deleted by using [Edit > Delete] from the menu bar or right click (context menu) and Delete. support Support
1

ArrayIndexOutOfBoundsException on flush

.java:722) ... 40 more The code at this point is performing a delete query for all entity objects ... ().begin(); try { Query query = em.createQuery("DELETE FROM ExecutionGraph g"); query.executeUpdate(); query = em.createQuery("DELETE FROM WorkflowInstance w"); query.executeUpdate

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