org.neodatis.odb.impl.main
Class SameVMODBClient

java.lang.Object
  extended by org.neodatis.odb.impl.main.ODBAdapter
      extended by org.neodatis.odb.impl.main.SameVMODBClient
All Implemented Interfaces:
ODB

public class SameVMODBClient
extends ODBAdapter

The client implementation of ODB.

Author:
osmadja

Field Summary
 
Fields inherited from class org.neodatis.odb.impl.main.ODBAdapter
classIntrospector, storageEngine
 
Constructor Summary
SameVMODBClient(IODBServerExt server, java.lang.String baseIdentifier)
          TODO set the constructor as protected
 
Method Summary
 void close()
          Closes the database.
 
Methods inherited from class org.neodatis.odb.impl.main.ODBAdapter
addDeleteTrigger, addInsertTrigger, addSelectTrigger, addUpdateTrigger, commit, commitAndClose, count, criteriaQuery, criteriaQuery, defragmentTo, delete, deleteCascade, deleteObjectWithId, disconnect, ext, getClassRepresentation, getClassRepresentation, getClassRepresentation, getName, getObjectFromId, getObjectId, getObjects, getObjects, getObjects, getObjects, getObjects, getObjects, getRefactorManager, getSession, getValues, isClosed, reconnect, rollback, run, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SameVMODBClient

public SameVMODBClient(IODBServerExt server,
                       java.lang.String baseIdentifier)
TODO set the constructor as protected

Method Detail

close

public void close()
Description copied from interface: ODB
Closes the database. Automatically commit uncommitted changes

Specified by:
close in interface ODB
Overrides:
close in class ODBAdapter