 10 | scan can be performed. ObjectDB also uses indexes for sorting results and for projection: SELECT |
 10 | . This tutorial is available in the following versions: In addition the demonstrated application is available as a Maven project: |
 10 | . This tutorial is available in the following versions: In addition the demonstrated application is available as a Maven project: |
 10 | but the code would be the same). The tutorial is based on using a Maven project. Therefore, required JAR |
 10 | that to only print the country names, a query using projection and retrieving country names directly |
 10 | should have a no-arg public or protected constructor, An entity class must be a top level class, The project does not |
 10 | are stored in an ObjectDB database. This tutorial is available in the following versions: In addition, the demonstrated application is available as a Maven project: |
 10 | to the ObjectDB server version when using client-server mode. The next step is creating a BIRT Report project. |
 10 | 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) and selecting New > Java Class... Enter Point as the class name - use exactly that case sensitive |
 10 | 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 project node (in the [Package Explorer] window) and selecting New > Class. Enter guest as the package name - use exactly that case sensitive package |