ObjectDB ObjectDB

Internal Website Search

181-190 of 199 resultsRefresh
5

UserException: Package com.example.model is not found by the enhancer

for enhancement and when these classes are available in the classpath. This method is used in this tutorial
5

Is there any faster select method?

SELECT: TypedQuery<Point> query = em.createQuery(     "SELECT p FROM Point p WHERE p.id = " + element.getId(), Point.class); List<Point> points = query.getResultList(); WRITE: em.persist(p); ** the Point class is of the tutorial. I found the above select method is ten times slower
5

ObjectDB without javax.persistence

the In the Java EE tutorial, you use the ObjectDB with the JavaPersistence API as in the JavaSE
5

ObjectDB fills ListView in Java FX

Dear All, I am new to ObjectDB and Java FX. I would like to fill a ListView in Java FX, with Data stored in a ObjectDB database. Does anyone have experience with this? Are there somewhere on the internet Tutorials, concerning this matter? Thanks in advance, Paul paulfo Paul Boon This question
5

Maven driven compile time ehnancement

the following: Download the tutorial web application Maven project. Replace the pom.xml file
5

Web Framework Recommendation for leveraging JPA + ObjectDB

an application server. These 3 options are demonstrated in ObjectDB tutorials and are in use by many
5

java.nio.channels.OverlappingFileLockException

Hello, whenever I re-deploy my web application in Sun Java System Web Server, I get the following exception and the application cannot run anymore. Any clue what I am doing wrong? I use the file-based db access (local to the web app, as described in your tutorial). Thanks for pointers! Best
5

Tomcat + JPA Problem

location is specified on: http://www.objectdb.com/tutorial/jpa/eclipse/web/listener You can change
5

Newbie : How to return the auto-generated ID

Hello, I am new to this community, as well as JPA and ObjectDB. I want to read the auto-generated ID when I persist a new entity (with @Id @GeneratedValue annotations applied). I am following the following link : http://www.objectdb.com/tutorial/jpa/eclipse/web/entity Thanks. zombie Deepak Mishra
1

ObjectDB 2.2.6

an error message for invalid query parameter (issue @320). Fixed pom.xml files in the Maven tutorials to use Java 1.5 / 1.6.

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