ObjectDB Database Search
1-6 of 6 resultsNumbers in JPQL and Criteria Queries LOCATE and LENGTH . As composite arithmetic expressions that use operators and functions to combine simple numeric values into more complex expressions. Arithmetic operators JPA supports the following arithmetic operators: Two unary operators: + (plus) and - (minus). Four binary operators | |
JPA Query Expressions (JPQL / Criteria) operators, listed in order of decreasing precedence: Navigation operator ( . ) Arithmetic operators ... , and types ( get , type ) Arithmetic expressions ( sum , diff , prod , quot , mod , abs , neg , sqrt | |
WHERE clause (JPQL / Criteria API) JPQL expression syntax , which includes many operators ( arithmetic , relational, and logical | |
JPA Criteria API Queries, and types ( get , type ) Arithmetic expressions ( sum , diff , prod , quot , mod , abs , neg , sqrt | |
jakarta.persistence.criteria.CriteriaBuilder Persistence (JPA) 1.0 Expression neg ( Expression x ) Create an expression that returns the arithmetic negation of its argument. Parameters: x - expression Returns: arithmetic negation. Since: Jakarta | |
jakarta.persistence.criteria.CriteriaBuilder.neg(Expression) Jakarta Persistence (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 Returns: arithmetic negation. Since: Jakarta Persistence (JPA) 1.0 |