ObjectDB ObjectDB

Internal Website Search

1-10 of 136 resultsRefresh
173

Error using query with MAX() function

"); Expression me = cb.max(c); CriteriaQuery<Object> s = q.select(me); Predicate predicate = cb ... set to debug. [2011-05-02 21:10:36 #150 query.manager] <queryRequest query="SELECT MAX($1.addDate ... " /> <token name="MAX" code="118" postion="7:10" /> <token name="(" code="14" postion="10:11
157

Understanding Database max-threads objectdb.conf Settings Option

These are questions asked in the context of the proposed architecture described in the forum thread titled, "Sample JDO Architecture for Follow Up Questions". In the objectdb.conf file (attached to forum thread mentioned above), I set Database max-threads. In the documentation, it was not
157

Max transaction size

What’s the max transaction size, or how is it determined? Trianglehead Json Error The main limit is the available memory in the JVM. There is no hard limit. support Support
150

Exceeding max connections and crashing

Exceeding max connections and crashing
98

max(x)

Method javax.persistence.criteria.CriteriaBuilder Expression<N> max( Expression<N> x ) Create an aggregate expression applying the numerical max operation. Parameters: x - expression representing input value to max operation Returns: max expression Since: JPA 2.0
32

Database Management Settings

enabled="true" sync="false" path="." max="128mb" /> <recording enabled="false" sync="false" path="." mode="write" /> <locking version-check="true" /> <processing cache="64mb" max-threads="10 ... for most applications. The <recovery> element <recovery enabled="true" sync="false" path="." max
29

Comparison in JPQL and Criteria API

that can replace two simple comparisons. The two following expressions are equivalent (:min and :max are query parameters): x BETWEEN :min AND :max x >= :min AND x <= :max Similarly, NOT BETWEEN is also a shortcut and the following expressions are equivalent: x NOT BETWEEN :min AND :max x < :min OR x
22

Server Configuration

: <server> <connection port="6136" max="0" /> <data path="$objectdb/db-files ... > The <connection> element <connection port="6136" max="0" /> The <connection> element specifies ... to the database (as explained in the JPA Overview section in chapter 3). The max attribute specifies the maximum
22

GROUP BY and HAVING clauses

calculations (count, sum, avg, max, min) that are carried out on all the objects (or the object tuples) in ... the minimum of comparable values (numeric, strings, dates). MAX - returns the maximum of comparable ... of numeric values. min, least - return an expression representing the minimum of comparable values. max
4

[ODB1] Chapter 8 - ObjectDB Server

path="$objectdb/server/data" /> <log path="$objectdb/server/log" /> <connections max="10" user-max="10" timeout="300" /> </server> <users> <user name="admin" password="admin ... max="10" user-max="10" timeout="300" /> </server> All attributes and sub elements shown in

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