Package org.neodatis.odb

Classes & Interfaces of the public API of NeoDatis ODB.

See:
          Description

Interface Summary
ClassRepresentation A class abstraction to give access to class level configuration like adding an index, checking if index exists, rebuilding an index,...
DatabaseId  
DatabaseStartupManager  
ExternalOID  
ObjectRepresentation used to give the user an instance of an object representation, level2.
Objects<E> The main interface of all query results of NeoDatis ODB.
ObjectValues Interface that will be implemented to hold a row of a result of an Object Values Query
ODB The main ODB public interface: It is what the user sees.
ODBExt An interface to provider extended access to ODB.
ODBServer  
OID The interface to represent OID.
TransactionId  
Values The main interface of all Object Values query results of NeoDatis ODB
 

Class Summary
Configuration Deprecated. Use OdbConfiguration instead
OdbConfiguration The main NeoDatis ODB Configuration class.
ODBFactory The ODBFactory to obtain the right ODB implementation.
OIDTypes  
 

Exception Summary
CorruptedDatabaseException An exception thrown by ODB when a corrupted block is found
ODBAuthenticationRuntimeException The exception thrown when the user/password is wrong
ODBRuntimeException Generic ODB Runtime exception : Used to report all problems.
 

Package org.neodatis.odb Description

Classes & Interfaces of the public API of NeoDatis ODB.