ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
15

BIRT/ODA ObjectDB Driver

extension. To install it: Open the [Install] dialog box by selecting Help > Install New Software... In ... ENTER. Select the ObjectDB Birt/ODA feature. Complete the installation by clicking Next twice, accepting ... and selecting New Data Source. Select ObjectDB Data Source from the list of available data source types
14

JPA Named Queries

="SELECT c FROM Country c") The @NamedQuery annotation contains four elements ... class. But since the scope of named queries is the entire persistence unit, names should be selected ... ", query="SELECT c FROM Country c") public class Country { ... } Attaching multiple named
14

Paths and Types in JPQL and Criteria API

identification variables and SELECT result variables. Parameters - when instances of these classes are assigned ... through a NULL value The following query retrieves country names with their capital city names: SELECT ... of all the entity objects in the database, excluding Country entity objects: SELECT COUNT(e) FROM
12

DELETE Queries in JPA/JPQL

an alternative way for deleting entity objects. Unlike SELECT queries, which are used to retrieve data from ... the number of objects that have been deleted by the query. Selective Deletion The structure of DELETE queries is very simple relative to the structure of SELECT queries. DELETE queries cannot include
3

Step 7: Run the Spring Web App

as a server in your NetBeans - you should be able to run your application now by selecting Run > Run Main Project from the main menu (or F6): You can select the server in the Run category of the project properties window (right click the project node and select Properties to open it). Alternatively
2

Step 1: Install BIRT and ObjectDB Driver

Eclipse IDE for Java EE Developers environment: Open the [Install] dialog box by selecting Help ... Neon, Oxygen) and press ENTER. Click the Select All button to select all the BIRT features. Complete ... To install the ObjectDB data source driver for BIRT: Open the [Install] dialog box by selecting Help
2

Getting Started with JPA - Eclipse Project

: Select File > Import... > Maven > Existing Maven Projects and click Next. Select the points-console directory as Root Directory and press ENTER. Select the project and click Finish. Run the project in Eclipse: Right click the project node and select Run As > Java Application. Select Main - point and click OK.
2

Step 2: Entity Class and Persistence Unit

) and selecting New > Class. Enter guest as the package name - use exactly that case sensitive package ... the [Project Explorer] window) and selecting New > Folder (or New > Other... > General > Folder and clicking Next). Select the project src folder as a parent folder, enter META-INF as a new folder
2

Java EE 6 JPA Tutorial - Eclipse Project

: Select File > Import... > Maven > Existing Maven Projects and click Next. Select the guestbook-jee6 directory as Root Directory and press ENTER. Select the project and click Finish. Run the project in Eclipse: Right click the project node and select Run As > Run On Server. (this command is available
2

Spring MVC JPA Tutorial - Eclipse Project

zip file: Spring MVC JPA - Maven Project (8KB) Open the Maven project in Eclipse: Select File > Import... > Maven > Existing Maven Projects and click Next. Select the guestbook-spring directory as Root Directory and press ENTER. Select the project and click Finish. Run the project in Eclipse: Right

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