Internal Website Search

191-200 of 200 resultsRefresh

Dirty checking

which were Added, Deleted, and Changed. That is a simple example, more complex views are composed ... > Next a request comes in which deletes a company. So we need to send a message to the relevant

OutofMemory error with Object DB 2.0

="/" permissions="access,modify,create,delete" /> </user> <user username="$default" password="$$$###"> <dir path="/$user/" permissions="access,modify,create,delete"> <

InternalException when reading a HashMap

mode. It does not helped unfortunatelly. What helped was deleting the entity completely in explorer including all it's instances (deleting only instances did not helped)

odb file size doesn't shrink

Hello, why delete from ... doesnt modify size of odb? Even in in embedded mode, and in server mode i use recovery, not recording mode. mastervoland Vladimir Sadovnikov When objects are deleted from the database their space is marked as unused and becomes available

config optimizing

;        <dir path="/" permissions="access,modify,create,delete" /> ... ;   <dir path="/$user/" permissions="access,modify,create,delete">   

Embedded Entity in EmbeddedId not persisted. Error 631 at select.

= OdbError631.class.getSimpleName() + ".odb";         new File(dbName).delete();         new File(dbName + "$").delete();     

Configuration Advice

path="/" permissions="access,modify,create,delete" /> </user> <user ... ,create,delete"> <quota directories="5" files="20" disk-space="5mb" />

Performance tuning, best practices

="admin">    <dir path="/" permissions="access,modify,create,delete" />delete">     <quota

Unexpected Exception (Error 990) with ArrayIndexOutOfBoundsException

= query.getResultList(); final Query queryDelete = em .createQuery("DELETE ... to the ObjectDb. I did not delete the Database file during these changes. The system where that error

Schema-Update: Deactivation of automatic entity class removing and introduction of a new class remove in the schema config

the schema config (objectdb.config), that should be deleted.   In the future ... > We think it's best to explain how the database behaves. 1) How can we delete a whole class?