ObjectDB ObjectDB

Internal Website Search

121-130 of 165 resultsRefresh
6

Nested Collection Query

collection in a user defined entity or embeddable class. support Support
6

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
6

StackOverflowError after commit

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

Cascading makeTransient

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

@ElementCollection query returning extra result per element in collection

: When the selection includes also a branch. When Branch is defined as entity rather than as embeddable. It may help
6

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
6

embedded objects marked final not persisted.

Discovered that embedded objects marked final are not persisted. I'm not exactly sure why that should the case. Is this a bug? dmoshal David Moshal Final fields are treated as transient regardless of their type. If you mean that declaring the embeddable class as transient causes problems
1

[ObjectDB 2.2.5_02] Unexpected exception (Error 990) com.objectdb.o.InternalException: java.lang.NullPointerException: null

; } } And its embedded primary key @Embeddable @Access(AccessType.PROPERTY) public class TimePeriod implements
1

ObjectDB 2.6.5

querying enhanced embeddable classes. Fixed server crash on exceeding maximum number of connections
1

Lazy retrieval by access not working correctly

LocalizedValues names; ... } @Embeddable public class LocalizedValues implements Serializable

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