ObjectDB Database Search

1-9 of 9 results

Numbers in JPQL and Criteria Queries

a value of the same type. The MOD function The MOD function calculates the remainder of a division ... . For example: MOD (11, 3) evaluates to 2 . MOD (8, 4) evaluates to 0 . The MOD function takes two integer ... , if the operands are an int and a long , the MOD function returns a long . The SQRT function The SQRT

jakarta.persistence.criteria.CriteriaBuilder.mod(Integer,Expression)

Jakarta Persistence (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 Returns: modulus. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.mod(Expression,Expression)

Jakarta Persistence (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 Returns: modulus. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.mod(Expression,Integer)

Jakarta Persistence (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 Returns: modulus. Since: Jakarta Persistence (JPA) 1.0

client server mod of communication

client server mod of communication

FROM clause (JPQL / Criteria API)

, LOWER, MAX, MEMBER, MIN, MOD , NEW, NOT, NULL, NULLIF, OBJECT, OF, OR, ORDER, OUTER, POSITION, SELECT

JPA Query Expressions (JPQL / Criteria)

, and types ( get , type ) Arithmetic expressions ( sum , diff , prod , quot , mod , abs , neg , sqrt

JPA Criteria API Queries

, and types ( get , type ) Arithmetic expressions ( sum , diff , prod , quot , mod , abs , neg , sqrt

jakarta.persistence.criteria.CriteriaBuilder

) 1.0 Expression mod ( Expression x , Expression y ) Create an expression that returns the modulus ... Returns: modulus. Since: Jakarta Persistence (JPA) 1.0 Expression mod ( Expression x , Integer y ) Create ... . Parameters: x - expression y - value Returns: modulus. Since: Jakarta Persistence (JPA) 1.0 Expression mod