ObjectDB ObjectDB

Internal Website Search

51-60 of 87 resultsRefresh
11

Cascade type annotaion on an embeddable type

Assume we have the following classes: @Entity public class Restaurant { /* @Embedded */ private Location location;     private int phoneNumber; } @Embeddable public class Location { private double latitude; private double longitude; } According to the documentation
7

Remove not working

the exception in this and similar cases. support Support I double and tripple checked
7

IDs of Entities suddenly became UUIDs?

support auto generation of uuid. We double checked now (following your report) and we cannot find
7

Explorer in 2.3

to set a value when editing a field, not a JPQL expression in a query. For example, I double click
7

Connection performace after upgrade to objectdb 2

. Now, for the same thing, it takes 50 secondes (which the double) Do you have any idea how can I solve
7

Soft Reference Object Cache Recommendation

the heap dump in post #3. Then one can navigate to Classes, double click "byte[]" to view its instances
7

Performance in SELECT statement

;     private String text5;     private Object value; // for now just Double values     @Index
1

DISTINCT key causing internal exception on 2.6.4.b10

looked like a single double quote character " with no closing). This regression was caused by
1

docker documentation

you have double new lines (println + 13) instead of single after every input item? support Support
1

Eager load Map

build? support Support That's odd... I went back to double check and I'm definitely using 2.3.2_04

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