Top "Objectdb" questions

Fast Object Database for Java - with JPA/JDO support

is ObjectDB production ready?

In this benchmark ObjectDB is far the fastest DB: http://www.jpab.org/All/All/All.html But I cannot …

java jpa object-oriented-database objectdb
Selecting multiple objects by id using JPA and ObjectDB?

I'm having trouble getting ObjectDB to select multiple values based on their ids. My query is super simple: Query query = …

java jpa jpa-2.0 jpql objectdb
Call method in JPA

I'm using ObjectDB with JPA. I would like to call myMethod(). For example: entityManager.createQuery("SELECT ... FROM ... WHERE MyClass.myMethod() = 100") …

java jpa methods objectdb