ObjectDB ObjectDB

Internal Website Search

171-180 of 200 resultsRefresh
8

JPA Named Queries

" that retrieves all the Country objects in the database: @NamedQuery(name="Country.findAll", query ... classes that have objects in the database. However, an attempt to use a named query still might fail ... mainly for Object Relational Mapping (ORM) JPA providers and less so when using ObjectDB
7

ObjectDB License Agreement [ver. 2.0.4]

of classes and objects in a database file s . The full edition of the Software (without the restrictions ... the ObjectDB Database Management System software ("The Software"), subject to the terms and provisions ... is distributed and only as part of the Customer's product ("The Product"). The Product is not a Database
1

Step 3: Add a Context Listener Class

The Guest entity objects will be stored in an ObjectDB database, which will be represented by ... a ServletContextListener to perform initialization and cleanup operations: The database will be opened (or created ... . The database will be closed when the web application stops (or when the web server shuts down), by
1

Step 2: Define a JPA Entity Class

To store objects in an ObjectDB database using JPA we need to define an entity class: Right click on the project in the [Package Explorer] window and select New > Class. Enter tutorial as the package ... objects in the database. Apart from the @Entity annotation and the id field (and its annotations
1

Step 2: Define a JPA Entity Class

To store objects in an ObjectDB database using JPA we need to define an entity class: Open the [New Java Class] dialog box, e.g. by right clicking the tutorial package node (in the [Projects] window ... ("(%d, %d)", this.x, this.y); } } The new class should represent Point objects in the database
1

NetBeans/JPA Web Application Tutorial

a database driven Java web application in NetBeans - using Tomcat 6 Apache Tomcat Server 6.0 (some ... that has signed the guestbook is represented by a Guest entity object and all the Guest entity objects are stored in an ObjectDB database. Required Software For this tutorial you will need the following software
1

Eclipse/JPA Web Application Tutorial

. Every visitor that has signed the guestbook is represented by a Guest entity object and all the Guest entity objects are stored in an ObjectDB database. Required Software For this tutorial you will need ... a database driven Java web application in Eclipse - using Tomcat 6, ObjectDB and JPA. The demo web
1

JPA Web Application Tutorial

a Guest entity object and all the Guest entity objects are stored in an ObjectDB database ... This tutorial demonstrates how to create and run a database driven Java web application using Tomcat 6, ObjectDB and JPA. The demo web application manages a basic guestbook page. Every visitor
1

Step 4: Run the Application

for the first time, a new ObjectDB database file is generated in the db subdirectory under the ObjectDB installation directory. Running the application again will use the existing database file to store an additional 1,000 objects. You can view the content of the database file by opening it in the ObjectDB
1

Report Generation with BIRT and JPA

simple as possible - we will use the basic points.odb ObjectDB database file from the Getting Started tutorial. The database file contains 1,000 Point entity objects, which represent points on the line y ... This tutorial demonstrates how to create reports based on data in an ObjectDB database using

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