ObjectDB Database Search

1-9 of 9 results

Numbers in JPQL and Criteria Queries

of the same type. The MOD Function The MOD function calculates the remainder of the division of one number by ... an extension). For example: MOD (11, 3) is evaluated to 2 (3 goes into 11 three times with a remainder of 2) MOD (8, 4) is evaluated to 0 (4 goes into 8 twice with a remainder of 0) The MOD function takes

CriteriaBuilder.mod(x,y) - JPA Method

JPA Method in jakarta.persistence.criteria.CriteriaBuilder Expression mod (    Expression  x,    Integer y ) Create an expression that returns the modulus (remainder under integer division) of its arguments. Parameters: x - expression y - value Return: modulus Since: JPA 2.0

CriteriaBuilder.mod(x,y) - JPA Method

JPA Method in jakarta.persistence.criteria.CriteriaBuilder Expression mod (   Integer x,     Expression  y ) Create an expression that returns the modulus (remainder under integer division) of its arguments. Parameters: x - value y - expression Return: modulus Since: JPA 2.0

CriteriaBuilder.mod(x,y) - JPA Method

JPA Method in jakarta.persistence.criteria.CriteriaBuilder Expression mod (    Expression  x,     Expression  y ) Create an expression that returns the modulus (remainder under integer division) of its arguments. Parameters: x - expression y - expression Return: modulus Since: JPA 2.0

client server mod of communication

client server mod of communication

FROM clause (JPQL / Criteria API)

, MOD , NEW, NOT, NULL, NULLIF, OBJECT, OF, OR, ORDER, OUTER, POSITION, SELECT, SET, SIZE, SOME, SQRT

JPA Query Expressions (JPQL / Criteria)

, quot , mod , abs , neg , sqrt ). String expressions ( like , length , locate , lower , upper , concat

JPA Criteria API Queries

, navigation and types ( get , type ). Arithmetic expressions ( sum , diff , prod , quot , mod , abs

InterfaceRef jakarta.persistence.criteria.CriteriaBuilder

Since: JPA 2.0 Expression mod ( Expression  x,  Expression  y) Create an expression ... - expression Return: modulus Since: JPA 2.0 Expression mod ( Expression  x, Integer y ... . Parameters: x - expression y - value Return: modulus Since: JPA 2.0 Expression mod (Integer x