com.ikokoon.serenity.persistence
Class DataBase

java.lang.Object
  extended by com.ikokoon.serenity.persistence.DataBase
All Implemented Interfaces:
IDataBase
Direct Known Subclasses:
DataBaseJpa, DataBaseOdb, DataBaseRam

public abstract class DataBase
extends java.lang.Object
implements IDataBase

This is the top level class in the heirachy for the database classes. Any common methods that are used in the database classes can be added to this class.

Since:
01.12.09
Version:
01.00
Author:
Michael Couck

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ikokoon.serenity.persistence.IDataBase
IDataBase.DataBaseManager
 
Constructor Summary
DataBase()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ikokoon.serenity.persistence.IDataBase
close, find, find, find, find, isClosed, persist, remove
 

Constructor Detail

DataBase

public DataBase()


Copyright © 2010. All Rights Reserved.