ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
158

Database Management Settings

The <database> configuration element specifies back end (database engine) settings ... and page size settings: The initial attribute specifies the initial size of every new database file ... may corrupt the database. The <recovery> element specifies the recovery file settings: The enabled
156

UPDATE SET Queries in JPA/JPQL

an alternative way of updating entity objects. Unlike SELECT queries, which are used to retrieve data from the database, UPDATE queries do not retrieve data from the database, but when executed, update ... of all the countries by 10%: UPDATE Country SET population = population * 11 / 10 UPDATE Country c
153

General Settings and Logging

The <general> configuration element specifies ObjectDB settings that are relevant ... data, such as query results that contain millions of objects. The <temp> element specifies temporary file settings: The path attribute specifies a directory in which the temporary files are generated
76

Setting and Tuning of JPA Queries

The Query and TypedQuery interfaces define various setting and tuning methods that may affect query ... or at the level of a specific query, by overriding the default EntityManager setting: // Enable ... . JPA 2 adds support for pessimistic locking. The setLockMode method sets a lock mode
74

Entity Management Settings

The <entities> configuration element specifies front end settings that are relevant on the client ... specifies enhancement related settings: The agent attribute (whose value is "true" or "false ... <cache ref="weak" level2="0mb" /> The <cache> element specifies settings of the two cache
63

Step 4: Create an ObjectDB Data Set

Queries against the database are represented in BIRT as data sets. To create the data set: Open the [New Data Set] dialog box by right clicking the Data Sets node in the [Data Explorer] window and selecting New Data Set. Select the data source that was created in the previous step (e.g. ObjectDB
34

Step 3: Create an ObjectDB Data Source

. The next step is using this data source to create a data set for the BIRT report. ... Connections to the database are represented in BIRT as data sources. To create an ObjectDB data source: Open the [New Data Source] dialog box by right clicking the Data Sources node in the [Data
14

Step 6: Set the Spring XML

</welcome-file> </welcome-file-list> </web-app> The settings above routes web requests with .html suffix to the Spring dispatcher servlet. Additional spring configuration is set in another XML file ... /"/> </bean> </beans> The settings above guides Spring to support annotations (for components
14

Step 6: Set the Spring XML

-file-list> </web-app> The settings above routes web requests with .html suffix to the Spring dispatcher servlet. Additional spring configuration is set in another XML file (whose name is derived from ... /"/> </bean> </beans> The settings above guides Spring to support annotations (for components
7

What is the Java Data Objects (JDO)?

The Java Data Objects (JDO) is another standard for accessing persistent data in databases, using plain old Java objects (POJO) to represent the object model. Unlike Java Persistence API (JPA), which is designated to be used with relational databases, JDO is designated to be used

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