ObjectDB Database Search
1-9 of 9 resultsNumbers 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 javax.persistence.criteria.CriteriaBuilder Expression mod ( Expression x, Expression y ) Create an expression that returns the modulus of its arguments. Parameters: x - expression y - expression Return: modulus Since: JPA 2.0 | |
CriteriaBuilder.mod(x,y) - JPA Method JPA Method in javax.persistence.criteria.CriteriaBuilder Expression mod ( Expression x, Integer y ) Create an expression that returns the modulus of its arguments. Parameters: x - expression y - value Return: modulus Since: JPA 2.0 | |
CriteriaBuilder.mod(x,y) - JPA Method JPA Method in javax.persistence.criteria.CriteriaBuilder Expression mod ( Integer x, Expression y ) Create an expression that returns the modulus of its arguments. Parameters: x - value y - expression Return: modulus Since: JPA 2.0 | |
client server mod of communicationclient server mod of communication | |
JPA Query Expressions (JPQL / Criteria) , quot , mod , abs , neg , sqrt ). String expressions ( like , length , locate , lower , upper , concat | |
FROM clause (JPQL / Criteria API), MOD , NEW, NOT, NULL, NULLIF, OBJECT, OF, OR, ORDER, OUTER, POSITION, SELECT, SET, SIZE, SOME, SQRT | |
JPA Criteria API Queries, navigation and types ( get , type ). Arithmetic expressions ( sum , diff , prod , quot , mod , abs | |
javax.persistence.criteria.CriteriaBuilder Expression mod ( Expression x, Expression y) Create an expression that returns ... Expression mod ( Expression x, Integer y) Create an expression that returns the modulus of its arguments. Parameters: x - expression y - value Return: modulus Since: JPA 2.0 Expression mod |