ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
54

Fields in objects not populated in query result.

both enhancement mode and reflection mode but mixing modes is not supported and if some classes in the hierarchy are enhanced and some are not this could happen. Note also that null values are expected
54

http://www.objectdb.com/eclipse address not found

Hi In Installing the ObjectDB Data Source Driver section, site url: https://www.objectdb.com/eclipse is not working, is there any other solution to add objectDb inside eclipse. and create objectDb ... Hi In eclipse --Installing the ObjectDB Data Source Driver-- step it display like.. could not find
54

embedded objects marked final not persisted.

Discovered that embedded objects marked final are not persisted. I'm not exactly sure why that should the case. Is this a bug? dmoshal David Moshal Final fields are treated as transient regardless of their type. If you mean that declaring the embeddable class as transient causes problems
54

Using Enum type in NamedQuery: Field is not found in type

.objectdb.o.UserException: Field 'Type' is not found in type 'com.my.fully.qualified.name.Obj' I have noticed that my entities seem not to be getting picked up as entities until they are first persisted
54

composite index not used in query

')) and (a.state = 3 and a.subType = 3 and a.type = 0 and a.startDate > ?1)) the composite index is not ... the query does not make any difference) ? hgzwicker Hans-Georg Zwicker Please try to reduce the problem
54

Recovery file does not match db file

'/auctionologies/java/storage.odb$' does not match db file '/auctionologies/java/storage.odb' (error 145 ... seem to be any data loss. not currently able to upgrade to the latest version, but will do so in the next release. Dave dmoshal David Moshal
54

EntityTransaction.commit() does not release a pessimistic lock

It appears that EntityTransaction.commit() does not release a pessimistic lock -> test code below. I tried it in with the current (2.7.6_01) and older versions (2.6.9, 2.5.7, 2.4.7) with the same ... (); } } kurti Matt K. You are right. Pessimistic locks are not released automatically (by default
10

Entity field renaming does not work

Hello, we use the ObjectDB version 2.8.5_05. We want to rename a field in an entity and it does not work: from: package com.btc.ep.analysis.verdict.tolerance.bl.internal.dmos; @Entity @Access ... well in our small tests (and also the relevant code in ObjectDB has not been changed recently
10

version 2.4.5+ with GlassFish 3.1.2, errors when runs application. Version 2.4.4 worked but not 2.4.5 or later

is not found at com.objectdb.o._PersistenceException.b(_PersistenceException.java:45) at com ... .TEX: Type User is not found at com.objectdb.o.MSG.e(MSG.java:107) at com.objectdb.o.TRS.g(TRS.java
10

Cascade.ALL with LAZY fetchtype does not clean up all references on remove

Hello, I have a tree of entity classes that reference others using Cascade.ALL in combination with FetchType.LAZY. If I now delete a root entity using EntityManager.remove all leaf nodes will not ... so that these new leafes will not be deleted. I created a small test case which can be downloaded at http

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