ObjectDB ObjectDB

Internal Website Search

1-10 of 13 resultsRefresh
143

client server mod of communication

client server mod of communication
94

mod(x, y)

Method javax.persistence.criteria.CriteriaBuilder Expression<Integer> mod( Expression<Integer> x, Integer y ) Create an expression that returns the modulus of its arguments. Parameters: x - expression y - value Returns: modulus Since: JPA 2.0
94

mod(x, y)

Method javax.persistence.criteria.CriteriaBuilder Expression<T> mod( Expression<T> x, Expression<T> y ) Create an expression that returns the modulus of its arguments. Parameters: x - expression y - expression Returns: modulus Since: JPA 2.0
94

mod(x, y)

Method javax.persistence.criteria.CriteriaBuilder Expression<Integer> mod( Integer x, Expression<Integer> y ) Create an expression that returns the modulus of its arguments. Parameters: x - value y - expression Returns: modulus Since: JPA 2.0
94

mod(x, y)

Method javax.persistence.criteria.CriteriaBuilder Expression<Integer> mod( Expression<Integer> x, Expression<Integer> y ) Create an expression that returns the modulus of its arguments. Parameters: x - expression y - expression Returns: modulus Since: JPA 2.0
86

Numbers in JPQL and Criteria Queries

an argument a numeric value of any type and returns a value of the same type. The MOD Function The MOD ... (%) in Java (which is also supported by ObjectDB as 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
28

FROM clause (JPQL / Criteria API)

, INDEX, INNER, IS, JOIN, KEY, LEADING, LEFT, LENGTH, LIKE,LOCATE, LOWER, MAX, MEMBER, MIN, MOD, NEW
28

JPA Query Expressions (JPQL / Criteria)

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

ObjectDB Object Database Features

, &&, ||). Arithmetic operators & functions (+, -, *, /, %, ABS, SQRT, MOD). JPQL string operators
28

JPA Criteria API Queries

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

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support