ObjectDB Database Search
51-79 of 79 resultsQuery with FETCH JOIN returns multiple results instead of one. You should be able to filter duplicates with DISTINCT: SELECT DISTINCT d FROM Demand d JOIN FETCH d.services ... spec clearly mentions that duplicates are not filtered unless DISTINCT is used, but many JPA | |
Missing (null) elements in eager loaded references and application. Sometimes it also happens while filtering Elements to only get those with a specific cost ... data and closed after return. After everything is loaded I start my calculation/ filter | |
Native ObjectDB Support for EnumSet ? Greetings ObjectDB team, Are embedded EnumSet objects faster to query than normal classes ? Does JPA/JDO offer native support to filter persistent objects by an EnumSet field's multi values ? For example: WHERE o.es == ES.A | ES.B | ES.C Thank you ! geekox86 Mohannad AlAwad Embedded enum | |
Searching lists within objects.handlers. filter .FilterTest.doCustomQuery(FilterTest.java:165) at sun.reflect | |
Eclipse plugin problem (using ObjectDB as a separate bundle) (in eclipse) File New Other 7. Type e4 in the wizards filter text box, then select e4 Application | |
@ElementCollection query returning extra result per element in collection of (company,branch) should return the same company with different branches that match the filter | |
TYPE Expression) when trying to get a result list. leaving it out removes the error, other filters like string equals | |
Problem with 'where' and date() Hi, Today I was playing with some date-range queries in explorer and found a small problem. When you try to use queries like this: SELECT o from TestObject o where o.date :someDate where o.date is java.util.Date, 'where' doesn't work as it should. Results are not filtered by date | |
slow performance for a complex query and filter the organisations manually. However if I do that, I cannot support pagination | |
JPA 2.0 Criteria API: (When) Fully supported ?.persistence.ArgumentException: The filter listener "matches" requires a constant argument.   | |
Spring Data JPA.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.apache.catalina. filters | |
Calculating age in query? Hi! I've got an issue: I have a birthdate as java.sql.Date and a separate field int age. However, of course the age is not accurate because it gets set only once. So what's the best bet (JPA Standard way) to solve the issue of accessing and filtering by an age (having a birthdate) in a query | |
Problem with queries on lists with reverse mapping = query7.getResultList(); assertEquals(1, q7results.size()); It looks like the result is not filtered | |
Composite indexes for a picture that fulfils some filter criteria, I use queries similar to this : SELECT i FROM | |
Query to search for common elements in two separate collections. collections by identical hash code. Candidate collections should then be further filtered by checking | |
PersistenceException UserException: Failed to validate persistence.xml(ApplicationFilterChain.java:210) at org.primefaces.webapp. filter .FileUploadFilter.doFilter(FileUploadFilter | |
objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation build filters bridge methods, eliminating this duplication. The other bug is when using reflection | |
Error 990... and then new version? is back! But with an updated version this time! Here is updated (and filtered | |
each 1-2 days objects on some objectdb level lock/block each other may be: Filter repeating requests / queries. Try to optimise queries that are too slow ... threads, as this may be reduced now). Maybe together with the two suggestions of #18 above ( filtering | |
NoResultException: No matching results for a unique query which was causing the failure because of a filter .. sorry!! Alex quasado Alexander Adam No problem | |
ObjectDB 2.4.4 feedback. Fixed a bug in filtering mapped by objects by type. Fixed a regression bug in using primary key | |
InternalException when querying indexed field using a list that contains duplicates filter like this is used: ":ids.contains(originalId)" originalId is an indexed String field | |
InvalidClassException(ApplicationFilterChain.java:208) at com.spiffymap.mvp.server.servlet. filter .ErrorCatcher.doFilter | |
Typo in ObjectDB 1.0 Manual Support Knowledge Base ObjectDB 1.0 Manual Chapter 7 "JDOQL Queries" Section 7.2 "Query Filter Syntax" Subsection "Fields" Second to last sentence Remove "not" from that sentence. "An attempt to access a field or invoke a method using a null reference results in a false evaluation | |
ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection these.) For now I will provide a filtered , edited version of the errors: .... Enhancement of type com | |
Bug when using SIZE in combination with date lower parameter since no tags get filtered by the query. Thanks in advance Markus doppelrittberger Markus Ritter yes, I | |
huge heap usage Zwicker You can see the number of open connections by filtering by PMImpl :   | |
ObjectDB 2.7.6 references ( issue #2302 ). Added support of filtering mapped-by (inverse) relationship results using | |
2.9.x query issue with @Unique constraint] Filter the results of step 2 retaining only results that satisfy: or((:userName==null),(u.userName |