ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
62

A lot of ENT and SIV instances which are not cleared by GC

through mapped by to-many relationships. Please check the new build. If you still get the exception we may need a test case that demonstrate the issue in order to explore it further. support Support
12

Storing JPA Entity Objects

New entity objects can be stored in the database either explicitly by invoking the persist method ... is committed. An IllegalArgumentException is thrown by persist if the argument is not an instance ... is thrown. The exception is thrown either by persist (if that existing entity object is currently
11

Paths and Types in JPQL and Criteria API

classes) are represented in JPQL by the following types of expressions: Variables - FROM ... and functions (e.g. for strings and for numbers), they can be compared by all six comparison operators, and they can be used in ordering. Navigation through Path Expressions A path expression always starts
11

FROM clause (JPQL / Criteria API)

at the WHERE clause level by using a type expression. For example, in the following query, c iterates ... , and the same query can also be written as follows: SELECT c FROM Country c By default, the name ... name). The default name can be overridden by specifying another name explicitly in the @Entity's
11

Shared (L2) Entity Cache

an entity object that is already managed by the EntityManager returns the existing instance from ... by the EntityManagerFactory and shared by all its EntityManager objects. the broader scope ... is wider, since they exist per database and are shared by all the EntityManagerFactory and EntityManager
11

javax.persistence.criteria.CriteriaQuery

have been specified. Returns: having clause predicate Since: JPA 2.0 List<Order> getOrderList() Return the ordering expressions in order of precedence. Return the ordering expressions in order of precedence. Returns empty list if no ordering expressions have been specified. Modifications to the list
10

Database Replication and Clustering

to connect to the master server in order to listen to updates. The updates are automatically ... can manage different types of databases, including master databases, slave database (by using one or ... The configuration above demonstrates a situation in which the master database is managed by a server
10

JPA Queries

three groups. SELECT and ORDER BY elements (including tuples): FROM clause elements (representing range ... Queries are represented in JPA by the Query and TypedQuery interfaces: The JPA Query API section ... only at runtime (e.g. depending on which fields are filled by a user in a form) can be done by
10

CRUD Database Operations with JPA

the results (using an ORDER BY clause) and even group results (using GROUP BY and HAVING clauses). JPQL ... a managed entity) by the persist method. The new Point objects are physically stored in the database ... objects in the database by using a simple query: Query q1 = em.createQuery("SELECT COUNT(p) FROM
2

Getting Started with JPA

to start by running a live sample application in your IDE, you should be able to follow this tutorial

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