ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
2

JPA Primary Key

is defined the primary key value is automatically injected into that field by ObjectDB
2

JPA Named Queries

dynamically into the query string and results in more efficient queries. @NamedQuery
2

JPA Reference (JavaDoc)

into the following sections: The purpose of these documentation pages is to serve as a reference. In
0

Step 6: Set the Spring XML

To integrate the Spring Framework into a web application we have to add the definition of the Spring dispatcher servlet to the web.xml configuration file and to configure that servlet using another xml configuration file. Open the web.xml file (under src/main/webapp/WEB-INF) in a text editor (by
0

Step 4: Add a Servlet Class

the application server into the guestDao field automatically (since the field is marked with the @EJB
0

Step 4: Add a Controller Class

is automatically constructed and injected by Spring into the guestDao field (because it is annotated
0

[ODB1] Chapter 6 - Persistent Objects

Object States Objects in a JDO application are divided into persistent objects, which represent
0

JDO Reference (JavaDoc)

This reference contains the API documentation (similar to JavaDoc) of JDO 2.2. The content is derived from the original JDO documentation with some additions and notes. The most basic JDO types are: All the other JDO types are organized into the following sections:
0

JDO Annotations

JDO defines dozens of annotations that can be divided into the following groups:
0

[ODB1] Chapter 7 - JDOQL Queries

into two commands: Query query = pm.newQuery(Person.class, "this.age >= 18"); query.compile

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