 2 | you also link from there to the tutorial example: https://www.objectdb.com/tutorial/jpa/web/maven Needs |
 2 | / Netbeans tutorial. This page in the tutorial explains how to add a persistence unit. ThreaT |
 2 | Hello, just starting to test ObjectDB and ran into a problem. I've created a small program to test the Point database described in the Getting Started section:
package com.objectdb.tutorial ... .objectdb.tutorial;
import javax.persistence.Entity;
@Entity
public class Point {
// Persistent |
 1 | . Have you tried the Guestbook demo application of ObjectDB with Spring Framework (on this tutorial and the zip |
 1 | How do you do case insensitive indexes? I have search the Forum and tutorials and have not found any info related to this. Thanks, -- Nathan Modrzewski Case insensitive string indexes are currently not supported. If you cannot use lowercase only (or uppercase only) for the data - consider |
 1 | loads properly, so I put the ObjectDB points tutorial (exported) jar into my current web app, and I |
 1 | to a tutorial on how to specify the classpath? I am surprised that an Entity class should not extend |
 1 | ObjectDB with Spring Framework in this tutorial. Yes I've seen that option, but my application is not |
 1 | /tutorial/jpa/eclipse/web/listener When the application is stopped by the Tomcat manager |
 1 | . It is more efficient to create one EntityManagerFactory per database during the application lifecycle, as demonstrated in the Guest Book web application tutorial. |