ObjectDB Database Search
51-75 of 75 resultsUnable to create 128 column of a table. match the reported version (2.8.3). Please double check which version/build you use. In addition | |
Warmup ( preLoad all table rows into memory ) a separate thread for every topic. The subject of the thread should match the content | |
Updating existing persistence entries runtime polymorphism and finds the correspondent row in the DB by the matching and unique ID field | |
How does objectdb deal with conflicting schemas? Suppose we have an objectdb network server with multiple clients connecting to it. Some clients have the latest object schema, matching that of the server. But some have an older schema, not using fields that have since been added. Will this work? FastModel Ben Schreiber This is strictly forbidden. You must have the same version of classes everywhere. support Support | |
OR not working with isNull Given the following: Predicate isOwnedByUser = cb.equal(root.get("owner").get("id"), userId); Predicate ownerIsNull = cb.isNull(root.get("owner")); Predicate ownerMatchesOrIsNull = cb.or(ownerIsNull, isOwnedByUser); The isNull predicate will only match records when NOT inside the OR predicate | |
Help with 'not like/lower' query to a company, and the lower case email does NOT match the parameter :p2 The bind is as follows | |
JPA JPQL WHERE clause for IN :variable not working if variable is a list of Enums.setParameter("enumField2", MyEnumType.VALUE2); Then the matching objects are returned. I | |
ObjectDB Unable to process 1.6 L records.. Manoj Manoj Kumar Maharana The stack trace in the log file does not seem to match version 2.8.2 | |
Embedded Entity in EmbeddedId not persisted. Error 631 at select..hibernate.jpa.HibernatePersistenceProvider - Found no matching persistence units Exception in thread "main | |
objectdb explorer in ver 2.2 and 1.0. This is because ObjectDB 2 was written almost from scratch and the old Explorer does not match | |
JPA query of a Set of terms WHERE si.term ????",Page.class); I want the query to give me all Pages that match all of the search | |
Failing to read entities under load in multithreaded tests;it sometimes fails to read them from the DB with "No matching results for a unique query" error | |
Reporting Engine? New to java and objectdb - I am looking for a reporting engine to use with objectdb. Would birt work or is there something better matched ? I am ideally looking for something template based with external template designer to customize the template. kevine Kevin Elbury Basic support | |
Package name for persisted entities. So my question is - is it possible to match entity name using full canonical name instead | |
String comparison in query where clause the parameter value is correct, and there should be a matching record in the database, but my query returns | |
JPA 2.0 Criteria API: (When) Fully supported ?.persistence.ArgumentException: The filter listener " matches " requires a constant argument.   | |
NullPointerException Hi! Just got this: [com.objectdb.o.ENT.A(ENT.java:450), com.objectdb.o.OBM.bx(OBM.java:371), com.objectdb.o.OBM.bx(OBM.java:249), com.objectdb.jpa.EMImpl.persist(EMImpl.java:375), ...] Any idea?? Using 2.3.3 ... thanks!! Alex quasado Alexander Adam The stack trace doesn't match version 2.3 | |
activation check always returns false not match the production / end-user computers. In addition, you can also check the classes | |
PersistenceException: Failed to locate field that do not have matching fields in the old schema are initialized with default values (0, false or null | |
can not use spring-data-jpa repository with NamedQuery findByBar(String bar); } to match the method parameter to the query parameter, spring have to check | |
ObjectDB 2.x is working without any activation code your machines. ObjectDB will automatically find matching activation key in the list. support Support | |
2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object" to be able to find the object using the String ID (must match exactly), so I make that all lower case | |
Enhancing a class causes it to not save changes. can match your needs. If you define all your persistent fields as private and access them using | |
ObjectDB 2.7.6 a constraint. Changed to-one mapped-by (inverse) relationship with multiple matching   | |
Calling List.removeIf makes object dirty even if nothing is removed would match the predicate before calling removeIf. Would it be possible to mark the object as dirty |