ObjectDB ObjectDB

Internal Website Search

111-120 of 200 resultsRefresh
4

Setting and Tuning of JPA Queries

= new HashMap();   properties.put("javax.persistence.query.timeout", 4000);   EntityManagerFactory emf ... the createEntityManager method:   Map<String,Object> properties = new HashMap();   properties
4

Online Backup

on the server side). A new subdirectory with a name that reflects the current date and time (e.g ... ("target", new java.io.File("c:\\backup"));     backupQuery.getSingleResult(); The code
4

General Settings and Logging

is empty ("") logging to file is disabled. Every day a new log file is generated with the name odb<yyyymmdd>.log (where <yyyymmdd> represents the date). A new log file is also generated when the log
4

Database Server

.Server -conf my_objectdb.conf start The TPC/IP port on which the server listens for new ... . Therefore, you may need a new command window for the stop and restart commands. The –conf and –port options
0

Step 7: Run the Spring Web App

and clicking Finish. To install a new server check the Manually define a new server radio button (after Run As
0

Step 1: Install BIRT and ObjectDB Driver

> Install New Software... In the [Work with] field enter the BIRT update site url. http://download.eclipse ... > Install New Software... In the [Work with] field enter the ObjectDB update site url: http://www
0

Step 3: Create an ObjectDB Data Source

Connections to the database are represented in BIRT as data sources. To create an ObjectDB data source: Open the [New Data Source] dialog box by right clicking the Data Sources node in the [Data Explorer] window and selecting New Data Source. Select ObjectDB Data Source from the list of available
0

Step 3: Add a Main Class

[] args) { // Open a database connection // (create a new database if it doesn't exist ... (); for (int i = 0; i < 1000; i++) { Point p = new Point(i, i); em.persist(p
0

[ODB1] Chapter 4 - JDO Metadata

with default values (e.g. new Integer(0) for a java.lang.Integer field, "" for a java.lang.String ... above. The Index Rebuilder Tool Setting indexes for a new class that does not have persistent instances
0

javax.jdo.spi.JDOImplHelper

a StateInterrogation to the list. Add a StateInterrogation to the list. Create a new list in case ... (Class pcClass, StateManager sm) Create a new instance of the class and assign its jdoStateManager. Create a new instance of the class and assign its jdoStateManager. The new instance has its jdoFlags

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