ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
110

Query with FETCH JOIN returns multiple results instead of one.

Query with FETCH JOIN returns multiple results instead of one.
110

Multiple joins did not return expected result

Multiple joins did not return expected result
22

Multiple MEMBER OF query

Multiple MEMBER OF query
21

Index Definition

A composite index is an index on more than one persistent field. It is defined by specifying multiple fields ... . Multiple @Index annotations can be wrapped with an @Indices annotation: @Entity @Indices ... , the @Uniques annotation can wrap multiple @Unique annotations. As shown above, the members attribute
18

JPA Lifecycle Events

but no more than one callback method for the same event. However, the same method may be used for multiple callback ... @EntityListeners(MyListener.class) public class MyEntityWithListener { } Multiple listener classes ... If more than one callback method has to be invoked for a lifecycle event (e.g. from multiple
18

Database Management Settings

the command line. Every machine requires a specific activation code, but multiple <activation> elements can be specified in the same configuration. This way the same configuration file (with multiple activation codes) can be used on multiple machines. Note: If you are using an ObjectDB OEM license
18

SELECT clause (JPQL / Criteria API)

propagated to the database. Multiple SELECT Expressions The SELECT clause may also define composite ... with multiple SELECT expressions, where custom result objects can provide an object oriented ... - multiselect, which takes a variable number of arguments representing multiple selections, and builds
18

FROM clause (JPQL / Criteria API)

name annotation element. Multiple range variables are allowed. For example, the following query ... WHERE c2 MEMBER OF c1.neighbors Multiple variables are equivalent to nested loops in a program ... . Caution is required when using multiple range variables. Iteration over about 1,000,000 database objects
18

What are the main benefits of using ObjectDB?

that ability and require multiple tables, multiple records and join operations in order to support multiple values (even for a simple data structure such as a collection of strings). In addition
2

[ODB1] Chapter 7 - JDOQL Queries

. A semicolon at the end of the string is optional. Multiple variables are required ... = (Collection)query.execute(date); Multiple import statements can also be declared: query ... (...) is expected to use the Java syntax for import statements. Multiple import statements

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