ObjectDB Database Search
1-6 of 6 resultsNumbers in JPQL and Criteria Queries value is numeric, e.g. LOCATE, LENGTH. as composite arithmetic expressions that use operators and functions to combine simple numeric values into a more complex expression. Arithmetic Operators The following arithmetic operators are supported by JPA: 2 unary operators:   + (plus) and - (minus). 4  | |
JPA Query Expressions (JPQL / Criteria) the following operators (in order of decreasing precedence): Navigation operator (.) Arithmetic operators ... , ...). Paths, navigation and types ( get , type ). Arithmetic expressions ( sum , diff , prod  | |
WHERE clause (JPQL / Criteria API) , which includes many operators ( arithmetic operators, relational operators, logical operators  | |
JPA Criteria API Queries, navigation and types ( get , type ). Arithmetic expressions ( sum , diff , prod , quot , mod , abs  | |
CriteriaBuilder.neg(x) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaBuilder Expression neg (    Expression  x ) Create an expression that returns the arithmetic negation of its argument. Parameters: x - expression Return: arithmetic negation Since: JPA 2.0   | |
InterfaceRef jakarta.persistence.criteria.CriteriaBuilder Expression neg ( Expression  x) Create an expression that returns the arithmetic negation of its argument. Parameters: x - expression Return: arithmetic negation Since: JPA 2.0 Predicate not  |