ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
6

server.exe on 32bit and 64bit Windows

? Which operating system do you use? In addition, according to winrun4j documentation you may specify the path ... \jvm.dll Notice that the specified path is to the jvm.dll file. Please try it. support Support 1
6

Changing from client server to embedded mode

use, so if you have a new objectdb.jar copy in your project, the path will be relative ... an absolute path to that file as a connection url. support Support
6

multiple connection using share folder

: java com.objectdb.Server [options] start | stop | restart options include: -conf <path> : specify ... file <server > <connection port="6136" max="3" /> <data path="$objectdb/db
6

SSL Problem

objectdb: <ssl enabled="true"> <server-keystore path="$objectdb/ssl/mykeystore" password="ab987c" /> <client-truststore path="$objectdb/ssl/mykeystore" password="ab987c" /> </ssl> When I
4

JPQL IN Operator

(just collection navigation paths). I will check if a quick fix to support the in operator is possible
4

Database connection url

I'd like to run a database called db1.odb on port 6136, and simultaneously open it in the explorer. I left the conf file set as: <server>     <connection port="6136" max="100" />     <data path="$objectdb/db-files" /> </server> However, I'm not sure about the connection url for the code
4

mapping file is not being loaded

odb suffix is interpreted by ObjectDB also as a direct database path, so if the persistence unit
4

Error using query with MAX() function

.createQuery(); Root r = q.from(TestEntity.class); Path c = r.get("changeDate
1

Issue with DISTINCT Select

that are generated as a result of path navigation (e.g. x.a.b). Only explicit variables are shown in ... , however, that $3 should be replaced in the error message with the original path that it represents, to make
0

ObjectDB 2.5.1

Added support of editing enum values in the Explorer. Added logging of type registration. Added error message when using mapped by (inverse) collections and maps of invalid types. Changed JOIN FETCH to act as LEFT JOIN in path expressions. Updated the PDF manual. Fixed a possible deadlock on Schema

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