ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
20

JPQL JOIN FETCH Error

fetch doi.metadata metadata left join fetch metadata.titles titles left join fetch metadata.creators creators left join fetch metadata.descriptions descriptions left join fetch metadata.publishers publishers left join fetch metadata.contributors contributors left join fetch metadata.dates
5

Chapter 4 - JPA Queries (JPQL / Criteria)

well as how to use the JPA Criteria API, which provides an alternative way for building queries in JPA, based on JPQL. The first section describes the API that JPA provides for using dynamic and static
3

Retrieving JPA Entity Objects

The Java Persistence API (JPA) provides various ways to retrieve objects from the database. The retrieval of objects does not require an active transaction because it does not change the content of the database. The persistence context serves as a cache of retrieved entity objects. If a requested
3

Is ObjectDB better than Object Relational Mapping (ORM)?

for an existing old relational database). By using the Java Persistence API (JPA), you can develop
3

Chapter 3 - Using JPA

This chapter explains how to manage ObjectDB databases using the Java Persistence API (JPA). The first two pages introduce basic JPA interfaces and concepts: The next section explains how to use JPA for database CRUD operations: More advanced topics (e.g. locking and events) are discussed in the last section:
3

ObjectDB 2.8 Developer's Guide

Welcome to ObjectDB for Java/JPA Developer's Guide. Here you can learn how to develop database applications using ObjectDB and JPA (Java Persistence API). The main purpose of this guide is to make you productive with ObjectDB and JPA in a short time. Guide Structure This manual is divided into
3

Database Connection using JPA

Working with the Java Persistence API (JPA) consists of using the following interfaces: Overview A connection to a database is represented by an EntityManager instance, which also provides functionality for performing operations on a database. Many applications require multiple database connections
0

[ODB1] Chapter 1 - About ObjectDB

API is available today for most relational database systems (RDBMS), e.g. Oracle, IBM DB2 ... to the other can be done simply by changing a single string (the connection URL), because the JDO API
0

javax.jdo.spi.JDOPermission

to malicious code. getMetadata This allows getting metadata for any PersistenceCapable class that has registered with JDOImplHelper. This is dangerous in that metadata information (possibly confidential ... metadata for any PersistenceCapable class that has registered with JDOImplHelper. This is dangerous in
0

[ODB1] Chapter 8 - ObjectDB Server

mode are discussed in Section 1.2. Because the JDO API and the format of the database file

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