Internal Website Search

121-130 of 200 resultsRefresh

Activation key causes database to not start

> You can check whether ObjectDB is activated or not using the following query:

JPA does not seem to be db agnostic

The following jpa code works with mysql but not with objectdb. Why would this happen? The provider the both jpas is the same: EclipseLink. The link for the one used with mysql is org.eclipse.persistence.jpa.PersistenceProvider; the one for objectdb is com.objectdb.jpa.Provider

Documentation problem - license does not match implementation

, much to my horror, that the free license does not allow 10 entity classes.  It allows

@Unique added afterward is not taken into account

Hello, I encounter an issue with the @Unique annotation. The annotation was added on a given field itemID (String), important point : the annotation was added afterwards (after objects were already added to the table). As a consequence the unique constraint is not

can not use spring-data-jpa repository with NamedQuery

.UnsupportedOperationException: Unsupported feature - Typed Parameters are not supported yet at com.objectdb.o.JPE.g(JPE

Null enums and IS (NOT) NULL: NullPointerException

Hello. I'm getting NullPointerException when adding %enum field% IS (NOT) NULL or == (!=) NULL in WHERE clause. The same exception using CriteriaQuery. java.lang.NullPointerException at com.objectdb.o.REG.z(REG.java:310) at com.objectdb

An entityManager.flush() with many entities is not possible

() instead of a entityManager.flush() works correctly. Unfortunately I have not found a simple example

selective update not working

This query includes an implicit JOIN (o.parentNode.classIdentifier), which is not allowed in

Deletion of an entry via the table window always deletes the last entry not the selected one

If I open a class in the explorer via the "Open Table Window" button, select a row by its index and prex "Del" or use right click "Delete" the last entry of the table is removed and not the selected one. If I try the same using the "Open Tree Window" it works as expected.

Feature Request: Subclassed PersistenceException for Type Not Found in DB Schema

: Type AbstractClientSummary is not found com.objectdb.o._PersistenceException:45 com