Internal Website Search
1-10 of 87 resultsRefreshQuery filter comparing Dates behaviour in query filters comparing this Date field. Could You please clarify why are there zero-size ... .date before saving: Tue Feb 02 01:00:00 CET 2021 Match found for filter : this.date == datum Date from DB instance : Tue Feb 02 00:00:00 CET 2021 Date from filter param : Tue Feb 02 01:00 | |
WHERE clause (JPQL / Criteria API)The WHERE clause adds filtering capabilities to the FROM-SELECT structure. It is essential in ... , the WHERE clause gets an opportunity to function as a filter. The boolean expression in the WHERE clause ... , the WHERE clause functions as a filter between the FROM and the SELECT clauses. Practically, if a proper | |
GROUP BY and HAVING clauses objects) that are generated by the FROM clause iteration and pass the WHERE clause filtering (if any ... implementations. GROUP BY with HAVING Groups in JPQL grouping queries can be filtered using ... .continents GROUP BY c.currency HAVING COUNT(c) > 1 The HAVING clause stands as a filter | |
combined index not used.hummingbird.Action[endDate] locating all the Action (a) instances. [Step 1b] Filter the results of step ... Action (a) instances. [Step 1d] Filter the results of step 1c retaining only results that satisfy: (a.state=3). [Step 1e] Filter the results of step 1d retaining only results that satisfy | |
setFilter(filter)( String filter) Set the filter for the query. The filter specification is a String containing a Boolean expression that is to be evaluated for each of the instances in the candidate collection. If the filter is not | |
newQuery(cln, filter); String filter) Create a new Query with the candidate Extent and filter; the class is taken from the Extent of candidate instances filter - the filter for candidate instances | |
newQuery(cls, cln, filter); Class cls, Collection cln, String filter of the candidate instances, candidate Collection, and filter. cln - the Collection of candidate instances filter | |
newQuery(cls, filter); Class cls, String filter) Create a new Query with the Class of the candidate instances and filter ... > of results filter - the filter for candidate instances | |
[ODB1] Chapter 7 - JDOQL Queries>Extent) A candidate class (usually a persistent class) A filter ... the candidate collection that contains only the instances of the candidate class satisfying the given filter ... above, the candidate class is Person and the filter is "this.age >= 18" | |
javax.jdo.Query>: the class of the results, the candidate collection of instances, and the filter. filter, parameter declarations, variable declarations, imports ... they are found in the filter if not explicitly declared in the subquery. |