ObjectDB Database Search
101-106 of 106 resultsSearching lists within objects
; Predicate pred
|
|
JPA 2.0 Criteria API: (When) Fully supported ?
of conjunction and disjunction predicates . * EclipseLink 2.2.0 - PASS. * OpenJPA 2
|
|
Problem using "and" for joined entities and indexed fields
Using @Index for fields and filter more than one field with "and" predicate ends in empty result list. public class IndexTest { @Entity @Indices({ @Index(members = {"children.name"}),  
|
|
Logical "or" works not correcly when field is @Id and first position
The following code doesn't respect the logical "or" correctly. Instead of returns all 2 datasets it returns only this one, which matches the first predicate in the or. BUT: this happens only, if the field for the "or" is the first one defined as @Id. public class OrTest {  
|
|
StaticMetamodel throws NPE with Spring-Data in PathImpl.get()
From my Entities a StaticMetamodel is generated through Hibernate JPA 2 Metamodel Generator. When i now try to build a query with the Specification-Interface [new Specification () { @Override public Predicate toPredicate(final Root benutzerRoot, final CriteriaQuery
|
|
New Java 8 (JDK 1.8) Collection Methods
(which becomes an orphan) using the new methods: removeIf( predicate ) and remove(key, value). support Support
|