ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
45

Order in WHERE Clause affects behaviour on DATE/DATETIME columns

:query"); q.setParameter("query", "%myQuery%"); I don't get any error! The order of the WHERE clauses
10

Database Doctor

of a corrupted ObjectDB database file Repairs a corrupted ObjectDB database file by creating a new ... - if the recovery file is disabled. Using the database file simultaneously by two instances of the ObjectDB ... . Modifying the database file externally not through ObjectDB (e.g. by malicious software such as
9

ObjectDB 2.8 Developer's Guide

(SQL, JDBC, ORM or JPA) is not required in order to follow this guide, but a strong background ... on practical issues in order to make the reader proficient in a short time. After reading this guide you may want to extend your knowledge of JPA by reading a book on JPA.
9

Deleting JPA Entity Objects

Existing entity objects can be deleted from the database either explicitly by invoking the remove method or implicitly as a result of a cascade operation. Explicit Remove In order to delete an object ... back and not committed the object is not deleted. An IllegalArgumentException is thrown by remove
9

SSL Configuration

") specifies if SSL is used. As shown above, SSL is disabled by default. It could be enabled ... signature. This file is generated from the Keystore file by omitting the private key (it still contains ... machine as long as a valid username and password are provided. If authenticating the client machine by
9

criteria api / embedded objects / where order

to the order of the where clouse and the 2.7.4 wasn't. Unfortunatly I was not able to strip ... to the order of the where clause, meaning that the result set differs. As far as I understand there might be some performence issues related to the order but no different result set. Because we have different
9

What is the Java Persistence API (JPA)?

) is that in JPA data is represented by classes and objects rather than by tables and records as in JDBC ... programming. A JPA implementation (sometimes referred to as a JPA provider) is needed in order ... Persistence API (JPA). By interacting with ObjectDB using standard JPA you can keep your application
9

Chapter 4 - JPA Queries (JPQL / Criteria)

(and a criteria query) is explained by describing the main clauses of JPQL queries (SELECT, FROM, WHERE, GROUP BY, HAVING, ORDER BY): Then the expressions that are used for building JPQL and criteria query
2

Step 3: Define a Spring DAO Component

( "SELECT g FROM Guest g ORDER BY g.id", Guest.class); return query ... Operations on the database will be performed by an instance of a Data Access Object (DAO) that we will define in this step as a Spring MVC component: Open the [New Java Class] dialog box by right
1

javax.jdo.Query

declarations separated by commas. Each ordering declaration is the name of the field on which to order ... with a PersistenceManager. Multiple queries might be executed simultaneously by different threads ... , import statements, ordering and grouping specifications, result and result class, the range

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