Internal Website Search
101-137 of 137 resultsWeb Framework Recommendation for leveraging JPA + ObjectDB Hello dear ObjectDB Community ! First of all let me tell You: I am glad that I have revisited ObjectDB just recently; because with its newly added JPA compliance and affordability, it seems like a natural match to me. I have the following understanding: If I persist standardly against JPA/JDO, I | |
Method not found on.... You have to match both the method name and the method arguments. In addition, in client-server mode | |
significant performance decrease (to return results without executing a query at all) if: There is match of the query string | |
Unable 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 | |
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 | |
Running ObjectDB on a node that does not have internet connectivity do not match the local dtd. Try to set the headers of all your package.jdo files to: support Support | |
Problem with entities detection threads, one thread per issue with a title that matches the question. support Support | |
Testimonials to use ObjectDB in your project you should probably take it for a drive test, to verify that it matches your specific project needs. support Support | |
Lock prevents PersistenceManager.close when retainValues = false are you using? The stack traces do not match the last version (2.7.6_01) so the line numbers don't indicate | |
Left join fetch behaviour doesn't retrieve children? are faster/slower in different conditions so there are no rules that match every situation | |
Restrict by class in query;an IllegalArgumentException has to be thrown if the specified result type doesn't match | |
Is it possible to commit only specific elements? elements"), so please use a new separate thread with a matching title. support Support | |
Exception in thread "ODB-StoreHandler-5094" java.lang.NullPointerException the ObjectDB build number to get more information, as the line numbers in the stack trace do not match | |
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   | |
Internal Exception; issue #2153 . Apparently the stack trace in this new report doesn't match version 2.7.4_03 | |
Multiple MEMBER OF query over that collection is used for both occurrences, and that variable cannot match both sides | |
com.objectdb.o.InternalException: java.lang.ArrayIndexOutOfBoundsException: null: = "given owner(" + owner + ") does not match constructed owner(" + ownedElement.getOwner |