ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
14

OutofMemory error with Object DB 2.0

and inserts 200 records at a time. The transaction obtained from the PersistentManager is commited ... after every commit or how do I resolve this issue. Please help ... .commit(EMImpl.java:279) at com.anritsu.eu.database.DatabaseImplementation.storeItem(Unknown Source
14

evictAll() behavior

the current PersistenceManager - it is useful only to see changes that have been committed by ... one transaction and i want to reclaim memory after commit or even better after flush but I ... size before commit= " + pm.getManagedObjects().size()); pm.currentTransaction().commit(); pm
13

Internal exception when updating date filed (TemporalType.DATE)

Hello! ObjectDB version 2.5.3_02. I get internal exception when commiting update Date field (javax ... to commit transaction: (error 613) at com.objectdb.jpa.EMImpl.commit(EMImpl.java:290 ... ) at com.objectdb.o.OBM.bJ(OBM.java:729) at com.objectdb.jpa.EMImpl.commit(EMImpl.java:287) ... 2
13

Database size is much larger than expected (x2)

Exception in thread "main" [ObjectDB 2.2.9_03] javax.persistence.RollbackExcepti on Failed to commit transaction: Java heap space (error 613)         at com.objectdb.jpa.EMImpl.commit(EMImpl.java:277 ... )         at com.objectdb.jpa.EMImpl.commit(EMImpl.java:274)         ... 2 more Question 1 : Why objectdb cause
12

Performance in large transactions

= create10000Entites(); entityManager.merge(entities); x.end += 1; transaction.commit ... = create10000Entites();     entityManager.merge(entities);     //query     x.end += 1; } transaction.commit ... transaction, i.e. when there are no updates to the database since the last commit, is more efficient
12

Insertion Speed Rate and Batch Load

. Attached a modified version of your TestObjectDB.java file that commits once per 10,000 entity objects ... )             {                 em.getTransaction().commit();                 em.getTransaction().begin();             }         }         em.getTransaction().commit();         long time
12

Remove an entity which attributes were changed - OptimisticLockException

the entity from the database. After commit the transaction an exception is caused with optimistic lock ... , it works well. Why the ObjectDB want to commit the changes of the entity although the entity ... it. User 2 retrieves an object, removes it and commit. This should work if the changes of user 1
11

Dirty checking

to capture all objects that were changed after a commit, i.e: after the transaction has succeeded ... after a commit what objects changed in the prior commit. in other words a 'post-commit' listener. I ... all the objects that changed and commited, so that I can generate view messages based on that graph
0

setIsolationLevel(level)

are: read-uncommitted read-committed repeatable-read snapshot serializable Parameters: level ... _UNCOMMITTED Constants.TX_READ_COMMITTED Constants.TX_REPEATABLE_READ Constants.TX_SNAPSHOT Constants.TX_SERIALIZABLE
0

javax.jdo.annotations.ForeignKey

Whether this foreign key is deferred (constraint is checked only at commit). Whether this foreign key is deferred (constraint is checked only at commit). Returns: whether this foreign key is deferred

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