ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
198

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
193

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
193

UPDATE SET Queries in JPA/JPQL

of all the countries by 10%: UPDATE Country SET population = population * 11 / 10 UPDATE Country c SET c.population = c.population * 11 / 10 UPDATE Country AS c SET c.population = c.population * 11 ... name) for iteration. Multiple variables and JOIN are not supported. The SET clause defines one or
192

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
189

General Settings and Logging

The <general> configuration element specifies ObjectDB settings that are relevant ... file settings: The path attribute specifies a directory in which the temporary files are generated ... ="8mb" stdout="false" stderr="false" /> General logging settings are specified in the <log> element
56

join(set)

Method javax.persistence.criteria.From SetJoin<X,Y> join( SetAttribute<?,Y> set ) Create an inner join to the specified Set-valued attribute. Parameters: set - target of the join Returns: the resulting join Since: JPA 2.0
38

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
37

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
37

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
17

JDO Annotations for Fetch Settings

All about JDO Annotations for Fetch Settings in Java/JPA database - explanations, examples, references, links and related information.

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