ObjectDB ObjectDB

Internal Website Search

11-20 of 200 resultsRefresh
125

Change path for urls2.xml file

I am using ObjectDB embedded and have set my home path in relation to the JAR, but running ... the creation path of this file? I assumed it would be in relation to the home path, similar to the db ... directory (regardless of the ObjectDB home path). You can change the user home directory by changing a Java
49

Strings in JPQL and Criteria Queries

parameters - when string values are assigned as arguments. as path expressions - in navigation ... for a match (usually a path expression) and the right operand is always the pattern (usually a parameter or ... factory methods for building these expressions, as shown in the following examples: // Create path
41

Numbers in JPQL and Criteria Queries

parameters - when numeric values are assigned as arguments. as path expressions - in navigation ... may be either another numeric expression or a simple Java numeric object: // Create path and parameter expressions: Expression<Integer> path = country.get("population"); Expression<Integer> param
31

General Settings and Logging

: <general> <temp path="$temp/ObjectDB" threshold="64mb" /> <network inactivity-timeout="0" />   <url-history size="50" user="true" password="true" /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr="false" /> <log-archive path="$objectdb/log/archive/" retain="90
26

Database Management Settings

enabled="true" sync="false" path="." max="128mb" /> <recording enabled="false" sync="false" path ... for most applications. The <recovery> element <recovery enabled="true" sync="false" path="." max ... other alternative path can be specified by the path attribute. Using separate storage devices (e.g. disks
26

FROM clause (JPQL / Criteria API)

is declared as a join variable that is bound to the c1.neighbors path and iterates only over objects in ... to have a single range variable that serves as a root and additional join variables that are bound to path expressions. Join variables can also be bound to path expressions that are based on other join variables
26

Server User List

" ip="127.0.0.1" admin="true"> <dir path="/" permissions="access,modify,create,delete" /> </user> <user username="$default" password="$$$###"> <dir path="/$user/" permissions="access ... <dir path="/" permissions="access,modify,create,delete" /> <dir path="/$user/" permissions
26

SSL Configuration

file contains the following <ssl> element: <ssl enabled="false"> <server-keystore path="$objectdb/ssl/server-kstore" password="pwd" /> <client-truststore path="$objectdb/ssl/client-tstore ... on the server machine. Setting the Configuration <ssl enabled="true"> <server-keystore path="$objectdb
3

[ODB1] Chapter 9 - ObjectDB Explorer

path of the ObjectDB Free Edition on Windows is c:\objectdb, you can start the Explorer using the following command: > java -jar c:\objectdb\lib\odbfe.jar If a database path is specified ... argument: > java -Xmx256m -jar c:\objectdb\lib\odbfe.jar Similar commands (but with different paths
2

[ODB1] Chapter 5 - JDO Connections

. To access a database file directly using embedded mode, specify either its absolute path or its relative path. The JDOHelper.getPersistenceManagerFactory(...) static method constructs and returns a new ... client server mode should be used to access that database. To use embedded mode, an absolute path or

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