ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
6

Retrieving JPA Entity Objects

with data that is retrieved from the database (or from the L2 cache - if enabled). The new entity object ... specifying FetchType.LAZY in either @OneToOne or @ManyToOne annotations (currently ObjectDB does not ... in @OneToMany or @ManyToMany annotations (currently ObjectDB does not distinguish between
6

Storing JPA Entity Objects

or implicitly as a result of a cascade operation. Explicit Persist The following code stores ... managed by the EntityManager) or by commit. Referenced Embedded Objects The following code stores ... of every reachable object or alternatively by setting automatic cascading persist. Cascading Persist Marking
6

JPA / JDO Class Enhancer

of a class (without .class suffix) in the CLASSPATH <filename> - path to class or jar file(s ... for enhanced classes You can specify class files and jar files for enhancement explicitly or by using ... can also be passed to the enhance method as a single string delimited by commas or spaces. In
6

Paths and Types in JPQL and Criteria API

with an instance of a user defined class (represented by a variable, parameter or prefix path expression ... must contain a persistent field (or property) with a matching name. The path expression ... , a NullPointerException is thrown on any attempt to access a field or a method via a null reference. In JPQL
6

Obtaining a JPA Database Connection

persistence unit in an XML file or you can simply provide the file path of the ObjectDB database ... unit name as an argument, but when using ObjectDB, any valid database file path (absolute or relative) is also accepted. Any string that starts with the prefix objectdb: or ends with .odb or .objectdb
6

Strings in JPQL and Criteria Queries

characters: The percent character (%) - which matches zero or more of any character. The underscore character ... for a match (usually a path expression) and the right operand is always the pattern (usually a parameter or ... ). To match an actual underscore or percent character it has to be preceded by an escape character
6

Setting and Tuning of JPA Queries

execution if invoked before a query is run using getResultList or getSingleResult. Result Range ... or at the level of a specific query, by overriding the default EntityManager setting: // Enable ... " (JDO query language) or "ODBQL" (ObjectDB query language). The default is ODBQL, which is a union
6

ObjectDB License

covers installation of ObjectDB on all computers of one company or organization in one building, and in ... that workplace. Servers that are leased or rented from third party web hosting and/or cloud hosting ... , for using ObjectDB in academic courses or in research projects. You may apply using a support
0

[ODB1] Chapter 1 - About ObjectDB

. It has a small footprint, high performance, and a flexible architecture (1-Tier, 2-Tier or N-Tier). 1 ... (for example, as a result of special customer needs or requests) can be done without modifying code. The JDO ... have a visual browsing tool at all, or have a very limited one. Keep in mind that database programming
0

javax.jdo.Query

namespace. The method declareImports introduces the names of the imported class or interface types ... , cast expression, etc.) a type name must be the name of the candidate class, the name of a class or interface imported by method declareImports, or denote a class or interface from the same package

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