Internal Website Search
51-79 of 79 resultsLike fails if both underscore and percent are used StringHolder holder WHERE holder.content LIKE : filter "; Query query = em.createQuery(queryString, StringHolder.class); query.setParameter(" filter ", "_oo%"); List results = query.getResultList | |
InternalError on multiple AND and JOIN Query filtered resources, i.e. build is platform dependent! [INFO] Copying 0 resource [INFO] [compiler:compile ... -testResources}] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build | |
Query 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 | |
Problem with queries on lists with reverse mapping = query7.getResultList(); assertEquals(1, q7results.size()); It looks like the result is not filtered | |
@ElementCollection query returning extra result per element in collection of (company,branch) should return the same company with different branches that match the filter | |
Composite indexes for a picture that fulfils some filter criteria, I use queries similar to this : SELECT i FROM | |
Spring Data JPA.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.apache.catalina. filters | |
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 | |
Error 990... and then new version? is back! But with an updated version this time! Here is updated (and filtered | |
PersistenceException UserException: Failed to validate persistence.xml(ApplicationFilterChain.java:210) at org.primefaces.webapp. filter .FileUploadFilter.doFilter(FileUploadFilter | |
TYPE Expression) when trying to get a result list. leaving it out removes the error, other filters like string equals | |
slow performance for a complex query and filter the organisations manually. However if I do that, I cannot support pagination | |
Searching lists within objects.handlers. filter .FilterTest.doCustomQuery(FilterTest.java:165) at sun.reflect | |
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 | |
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 | |
JPA 2.0 Criteria API: (When) Fully supported ?.persistence.ArgumentException: The filter listener "matches" requires a constant argument.   | |
Query to search for common elements in two separate collections. collections by identical hash code. Candidate collections should then be further filtered by checking | |
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 | |
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 | |
InvalidClassException(ApplicationFilterChain.java:208) at com.spiffymap.mvp.server.servlet. filter .ErrorCatcher.doFilter | |
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 | |
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 | |
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 | |
NoResultException: No matching results for a unique query which was causing the failure because of a filter .. sorry!! Alex quasado Alexander Adam No problem | |
2.9.x query issue with @Unique constraint] Filter the results of step 2 retaining only results that satisfy: or((:userName==null),(u.userName | |
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 | |
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.4.4 feedback. Fixed a bug in filtering mapped by objects by type. Fixed a regression bug in using primary key |