ObjectDB ObjectDB

Internal Website Search

21-30 of 186 resultsRefresh
6

Attempt to refresh a non managed entity object (error 635)

with Intellij's JPA database explorer, which required me to use a JPA persistence.xml configuration file. (I was able to use to run objectdb queries from inside Intellij). At any rate, it's made me wonder
6

Error when using Object DB Java Agent

Hello! We are using the Java Agent while developing our application because it's not possible to tell IntelliJ to enhance the classes after compiling them. Without enhancing it's painfully slow ... .forName(Class.java:264) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:122
4

Enhancer failure: Failed to process class file of type

gradle from the command line, which is using Java 9, and got the error. By my IntelliJ IDE is using
4

Enhancement from gradle build file

Just wondering if it's possible to add enhancement in the gradle build file after compilation? an example of this, for an IntelliJ gradle based project would be very helpful. David dmoshal David Moshal The following seems to work: task enhance(type: JavaExec) {   main = 'com.objectdb.Enhancer
4

Updating Entities

is due to the fact that each view has its own FXML file associated with it which I'd have no idea ... object I had initially and the Paygrade object I acquired from the Employee object - but I have no idea ... as I had expected them to. I came up with this idea and it worked... Main.employeeDB
4

Pooling of EntityManagers

-manager seams to be cheap one idea is to close the entity-manager while returning the persistence-manager. While activating a persistence-manager a new entity-manager should be created. Another idea ist ... against this idea? Or maybe is there an internal pooling in objectdb which makes this idea useless
4

Issue with Casting / Joins

idea / solution? About the variable for iterating map values.. Yes I am aware that this isn't supported ... it?? Because it seems to work..?? Alex quasado Alexander Adam any idea? quasado Alexander Adam ... name = "Alex";     }   } support Support hi, Okay I think I've got the idea, however this SELECT
0

Unexpected exception (Error 990) - Merge with no Transaction

(Method.java:597) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:115) ObjectDB
0

Using SELECT BETWEEN with LocalDate

", date) .getResultList(); I get the following error for e.date in IntelliJ (Type mismatch: number, date
0

com.objectdb.o.InternalException: java.lang.ArrayIndexOutOfBoundsException: null

) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120) uncol Dmitry Zakharov Thank

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