ObjectDB ObjectDB

Internal Website Search

151-160 of 162 resultsRefresh
5

Cascading makeTransient

ObjectDB:     System.setProperty("objectdb.temp.detach-embeddable", "true"); Then embedded objects
5

Adding multi part path index on non-embedable object member

definition is invalid, since a multi path index is limited to one entity class (and additional embeddable
5

StackOverflowError after commit

this issue, some of our Entity classes were annotated with @Embeddable instead of @Entity
5

How to move @Embedable collection to a dedicated entity class?

; } @Embeddable class Child{ @Id Long id; // child does not have parent id } We have 1000
5

Spatial Support

Will support for spatial objects (com.vividsolutions.jts.geom.Point for instance) be added in the near future? Thanks nhoefer Nicholas Hoefer No, but you may still be able to persist spatial objects as ordinary entity / embeddable objects. Possibly even instances of that specific library
5

Performance issue in a query due to compareTo calls

would be defined as @Embeddable rather than as @Entity (this may possibly improve performance in general
5

Bulk update of embedded entities in linked list

Hi, I'm trying to do a bulk update of a column in an embedded entity, but I end up with a query execution error because of the "." between the column name of the parent entity and column name of the child entity. The column in the parent entity represents a linked list of an embeddable class
1

ObjectDB 2.7.2

to a new defined embeddable class. Fixed a possible collision of using multiple servers with a shared
1

InternalException when using MEMBER OF on a large list in a query

is not very efficient, because non embeddable keys are slower. If possible, try to avoid primary keys
1

ObjectDB 2.4.7

Fixed bugs in cascading merge and refresh. Fixed an internal java.lang.ArrayStoreException bug (com.objectdb.o.InvToOneLoadRequest). Fixed a regression bug (starting 2.4.4_13) in handling embeddable types. Fixed a performance regression (since 2.4.4_01) in query result retrieval. Added INFO level

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