ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
36

JPA Annotations for Relationships

Relationships are persistent fields in persistable classes that reference other entity objects. The four relationship modes are represented by the following annotations: Unlike ORM JPA implementations, ObjectDB does not enforce specifying any of the annotations above. Specifying a relationship
36

Working with JPA Entity Objects

Entity objects are in-memory instances of entity classes (persistable user defined classes), which can represent physical objects in the database. Managing an ObjectDB Object Database using JPA requires using entity objects for many operations, including storing, retrieving, updating and deleting
33

JPA Annotations for Value Generation

Reference (JavaDoc) of JPA 2 value generation annotations, including @GeneratedValue, @SequenceGenerator and @TableGenerator.
33

UPDATE SET Queries in JPA/JPQL

Explains how to apply server side bulk update using a JPA/JPQL query.
19

javax.persistence.criteria.CriteriaBuilder

. Since: JPA 2.0 Learn how to define queries using the criteria API in Chapter 4 of the ObjectDB/JPA manual ... - expression Returns: absolute value Since: JPA 2.0 Expression<Y> all( Subquery<Y> subquery) Create ... : subquery - subquery Returns: all expression Since: JPA 2.0 Predicate and( Predicate... restrictions
16

javax.persistence.criteria.MapJoin

collection that has been specified as a java.util.Map. Since: JPA 2.0 Selection<X> alias(String name ... : selection item Since: JPA 2.0 Expression<X> as(Class<X> type) Perform a typecast ... expression of the given type Since: JPA 2.0 Expression<Entry<K,V>> entry() Create an expression
7

Java EE 6 JPA Tutorial - IntelliJ Project

To open and run the Java EE 6 Web Application tutorial project in IntelliJ IDEA: Download and extract the project zip file: Java EE JPA Web App - Maven Project (7KB) Open the project in IntelliJ IDEA: Select File > Open Project.... Select the guestbook-jee6 directory and click OK. Define the Server
6

Report Generation with BIRT and JPA

Demonstrates how to use ObjectDB as a data source of the Business Intelligence and Reporting Tools (BIRT), open source report generator.
6

General JPA Tutorials

All about General JPA Tutorials in Java/JPA database - explanations, examples, references, links and related information.
6

Web App JPA Tutorials

All about Web App JPA Tutorials 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