Internal Website Search

81-90 of 152 resultsRefresh

Error using query with MAX() function

Support If you are using EntityManager's flush ... -java"> if( (count % config.getUpdateFreq()) == 0) { em.flush

Duplicate Entity class names causes Exception in Query

.numberOfMapItems");   //ObjectDb demands we flush transaction to db if we wish to see its results   q ... .setParameter("cachedKey", cachedKey.toString());//ObjectDb demands we flush transaction to db if we wish

EntityManager refresh problem

> If we change the code and add a flush operation then flush();   

Exception on creation when running multithreaded

are executed on flushed changes that have not been committed yet - this may indicate an ObjectDB bug in ... would be very helpful. support Support Yes, the query was executed on flushed

Slave server not getting deletes

and disable the L2 data cache. support Support What about calling em.flush(); em.clear ... test cases, and doing a em.flush(); em.clear(); after the query within the transaction

Need to close+open database for a commit to be taken into account

flush instead of close+re-open but it does not work. So currently there is a dirty close + open ... anything else that flush to replace the close+open+reload. Thanks. lo Hoel

calling persist on an object more than once

">EntityExistsException or another PersistenceException may be thrown at flush or ... is only performed on commit or flush. support Support

ObjectDB 2.6.8

on commit after flushing a removed modified entity object. Fixed a NullPointerExeption on flush (issue #1840).

[ObjectDB 2.6.0_04] Unexpected exception (Error 990) com.objectdb.jpa.JpaQuery.getResultList

with uncommitted flushed updates, where these flushed updates are not found in the data store

ObjectDB 2.6.5

Added optional (experimental) support of using clients with different object model versions. Changed references to new flushed objects from ObjectDB to weak ... configuration. Fixed optimistic lock exception on removing of a flushed modified entity in