Package org.olat.core.commons.persistence

Interface Summary
DB  
DBJunit  
DBQuery A DBQuery is
ITransactionListener This Listener can be added to a DB instance in order to be notified about commit/rollbacks
 

Class Summary
AuditInterceptor  
DatabaseSetup Initial Date: 25.10.2002
DBFactory  
DBImpl A DB is a central place to get a Hibernate Session.
DBJunitImpl Extends DB interface with methods for Junit testing.
DBModule The DBModule is used to initialize database.
DBQueryImpl A DBQueryImpl is a wrapper around a Hibernate Query object.
DBTest A DBTest is used to test the persistence package.
PersistenceHelper Description:
Helper methods to work with persistable objects
PersistentObject Needs the primary key called 'key' in hibernate and 'creationDate'
SimpleProbe  
SyncHelper Description:
TestTable A TestTable is used to test the persistence package.