About settings
Step 4: Create an ObjectDB Data Set
Explains how to create an ObjectDB data set for BIRT reports. 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 ...
Entity Management Settings
Explains settings and performance tuning of JPA entities in ObjectDB, the fast Java object database for JPA/JDO.... entities> configuration element specifies front end settings that are relevant on the client side and in embedded mode. The ... element specifies enhancement related settings: The agent attribute (whose value is "true" or ...
Database Management Settings
Explains settings and performance tuning of the ObjectDB Java object database for JPA/JDO.... configuration element specifies back end (database engine) settings which are relevant on the server side and in embedded mode. ... element specifies the database file and page size settings: The initial attribute specifies an initial size of ...
General Settings and Logging
Describes general configuration and logging of the ObjectDB Java object database for JPA and JDO. the ObjectDB General configuration section.... <general> configuration element specifies ObjectDB settings that are relevant to both the server side and the client side. ... The <temp> element specifies temporary file settings: The path attribute specifies a directory in which ...
SSL Configuration
Explains how to set Secure Socket Layer (SSL) in the ObjectDB fast Java object database for JPA/JDO.... element specifies Secure Sockets Layer (SSL) settings for secure communication in client-server mode, for both the client ...
UPDATE SET Queries in JPA/JPQL
Explains how to apply server side bulk update using a JPA/JPQL query. Existing entity objects can be updated, as explained in chapter 2 , by: Retrieving the entity objects into an EntityManager . Updating the relevant entity object fields within an active transaction. ...
Chapter 6 - Configuration
Explains how to configure and tune ObjectDB, the fast Java object database for JPA/JDO.... is explained in a separate section: General Settings and Logging Database Management Settings Entity Management Settings Schema Update ...
Server User List
Explains how to define and set users, directories and permissions in the ObjectDB fast Java database server for JPA/JDO.... the ObjectDB Server and specifies their specific settings (username, password, permissions, quota). The default ... a superuser. A superuser is authorized to manage server settings using the ObjectDB Explorer . A value of "$default" for ...
Server Configuration
Explains how to set a JPA/JDO database server using ObjectDB, the fast Java object database for JPA/JDO.... The < server> configuration element specifies settings for running an ObjectDB Server . The server is affected ...
Schema Update
Explains how to handle JPA/JDO database schema evolution in ObjectDB. The <schema> configuration element supports renaming packages, classes and fields in ObjectDB databases as a complementary operation to renaming or moving these elements in the IDE during source code refactoring. Only these schema changes are ...