Fast Object Database for Java - with JPA/JDO support
In this benchmark ObjectDB is far the fastest DB: http://www.jpab.org/All/All/All.html But I cannot …
I'm having trouble getting ObjectDB to select multiple values based on their ids. My query is super simple: Query query = …
I'm using ObjectDB with JPA. I would like to call myMethod(). For example: entityManager.createQuery("SELECT ... FROM ... WHERE MyClass.myMethod() = 100") …