List All Pages

Here is a 10 steps examples that demonstrate how to store, query and update objects with ODB. Step 1: Create and store a Sport instance public void step1() throws Exception { //…

Cache implementation is in the package org.neodatis.odb.core.session. When ODB loads an object, it always keep this object in the cache. The cache is built using Map. For each object, the cache stores…

SF Tracker closed Start looking at ODB Criteria Queries to understand how Criteria Queries work The equal Criterion used in CriteriaQuery is implemented by…

Client Server mode (CS Mode) allows multiple remote connections to a single database. Client Server Mode is implemented in a different way than local mode. In CS Mode, the server work only on Layer 2…

Here are some ways to contact the ODB team: By mail : gro.sitadoen|ofni.bdo#gro.sitadoen|ofni.bdo If you want to join our Jabber chat room : join us! or for any technical information, the source…

CriteriaQuery let’s you specify restrictions on objects that the query result must contain. The ODB CriteriaQuery API is very close to the Hibernate Criteria API. Example of a Criteria Query …

Encryption should be pluggable/adaptable, but include an example based on AES/MD5 which uses the JCE. The sun reference that should be in every modern JRE. An example of use of the (JCE/JRE)…

Use many Distributed NeoDatis Databases and merge them to a single NeoDatis database. Provide a public OID (that would contain the Database ID and the Object OID) Mark database as being distributed…

Documents ODB Quickstart guide :An easy set of steps for running ODB. How ODB works (Internal Architecture) : How ODB works internally ODB Coding Practices For Java development For .Net…

If you did not find what you are looking for, you can submit a documentation request here by posting a comment on this page explaining what you need. But we recommend to post on Source Forge forum…

To download the source code, you must configure the access to the sourceforge cvs : host : neodatis-odb.cvs.sourceforge.net Repository path : /cvsroot/neodatis-odb Connection type :extssh What you…

ODB use a single Runtime Exception to handle errors : org.neodatis.odb.ODBRuntimeException. The constructor of ODBRuntimeException receive always receive an instance of org.neodatis.IError: public…

ODB can be used in: Local mode Client Server mode Local Mode Local mode is used when one want to run ODB as an embedded database. In this case, ODB runs within the application and there is no need…

Available since ODB 1.9. Some methods of ODB are grouped in a separate interface ODBExt instead of ODB to keep the main interface ODB simple. The ODBExt interface currently provide the following…

Features requests in specification status MODB MultiMedia ODB Total inheritance New ODB File format Object Reference Integrity Database Encryption Distributed Databases Reuse Deleted Blocks NeoDatis…

Here, we explain the sequence of operations that ODB executes for the four basict database operations : Insert Update Select Delete Insert and Update are described together because the two…

Here, we try to explain how ODB works internally. If you are interested in understanding how things work and helping us to build a better software, you are at the right place! Subject Description…

page 1 of 512345next »
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License