ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
62

selecting objects that have a particular key/value in persistant HashMap

, String> called 'pMap' as a persistable field. I am able to create Person objects and persist them as ... that the pMap field of some Person objects has the key/value pair "location'/'California'. Can I create a JPA query that selects such objects? Something like the following (but clearly does not work) : SELECT p
62

Removing objects where ManyToMany relationships exist

Lorenz It is application responsibility to prevent broken references. When an OtherEntity object ... to access a removed object via a broken reference throws exceptions. Is it always the same kind ... well enough, even if there's millions of Entity and OtherEntity objects in the database
62

Does aggregate function "greatest" work on entity objects?

Does aggregate function "greatest" work on entity objects? do not come to the function "compareTo ... static final long serialVersionUID = 1L; @Override public int compareTo(Object t ... objects are not comparable in queries. See the list of Comparable Data Types in the manual. support Support
62

finding post-persist pre-commit objects

Hi, I'm wondering if there is a way to have post-persisted, pre-committed, objects show up in queries? ie: the object has been persisted, but not yet committed. Dave dmoshal David Moshal Yes, by setting the flush mode. support Support thanks, worked for me. dmoshal David Moshal
62

Optimistic lock failed : object has version .. instead of ..

I do basic storage and retrieval of Record class. When I stress the retrieval/storage with Apache JMeter sometimes (at some requests) I get this exception. [ObjectDB 2.5.0] javax.persistence.OptimisticLockException Optimistic lock failed for object entities.Record#'1405/838/2011/121' (object
62

A few questions on object database design

objects improves performance by eliminating the need to persist and retrieve small pieces of data separately. On the other hand, if the entity object becomes too big and it includes a lot of data
12

References to objects of missing obsolete entity classes

that didn't have the issue it could help. Regarding the issue itself, is it correct that the objects ... itself, is it correct that the objects are in the database but their classes have been deleted or missing? The objectdb explorer does not show any objects of the given class in the database. The class
12

Post-compile enhancement sometimes causes error in generic loops: incompatible types found: java.lang.Object: required: Entity

don't understand the circumstances) gives this error: incompatible types found: java.lang.Object ... but it is inconvenient to have to remove generic loops just because of enhancement: for (Object os
12

Error reading UTF string (Serialized Objects in Explorer)

handling failed deserialization better. Still, you cannot see serialized objects in the Explorer ... object also in your application - please provide the exception stack trace (when using the last build
1

javax.jdo.JDOEntityManager

for each object that failed the consistency check. No datastore resources acquired during the execution ... to the database will not be persisted. Since: JPA 1.0 boolean contains(Object entity) Check ... - a criteria query object Returns: the new query instance Throws: IllegalArgumentException - if the criteria

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