|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDataBase | |
|---|---|
| com.ikokoon.serenity.persistence | |
| com.ikokoon.serenity.process | |
| Uses of IDataBase in com.ikokoon.serenity.persistence |
|---|
| Classes in com.ikokoon.serenity.persistence that implement IDataBase | |
|---|---|
class |
DataBase
This is the top level class in the heirachy for the database classes. |
class |
DataBaseJpa
This is the JPA database implementation. |
class |
DataBaseOdb
This is the database class using Neodatis as the persistence tool. |
class |
DataBaseRam
This is the in memory database. |
| Methods in com.ikokoon.serenity.persistence with type parameters of type IDataBase | ||
|---|---|---|
static
|
IDataBase.DataBaseManager.getDataBase(java.lang.Class<E> klass,
java.lang.String dataBaseFile,
boolean create,
IDataBase internalDataBase)
Accesses a database. |
|
| Methods in com.ikokoon.serenity.persistence that return IDataBase | ||
|---|---|---|
IDataBase |
IDataBaseEvent.getDataBase()
Access to the database that fired the event. |
|
static
|
IDataBase.DataBaseManager.getDataBase(java.lang.Class<E> klass,
java.lang.String dataBaseFile,
boolean create,
IDataBase internalDataBase)
Accesses a database. |
|
| Methods in com.ikokoon.serenity.persistence that return types with arguments of type IDataBase | |
|---|---|
static java.util.Map<java.lang.String,IDataBase> |
IDataBase.DataBaseManager.getDataBases()
Access to all the databases in the current VM. |
| Methods in com.ikokoon.serenity.persistence with parameters of type IDataBase | ||
|---|---|---|
static void |
DataBaseToolkit.clear(IDataBase dataBase)
Clears the data in the database. |
|
static void |
DataBaseToolkit.dump(IDataBase dataBase,
DataBaseToolkit.ICriteria criteria,
java.lang.String message)
Dumps the database to the output stream. |
|
static
|
IDataBase.DataBaseManager.getDataBase(java.lang.Class<E> klass,
java.lang.String dataBaseFile,
boolean create,
IDataBase internalDataBase)
Accesses a database. |
|
| Uses of IDataBase in com.ikokoon.serenity.process |
|---|
| Constructors in com.ikokoon.serenity.process with parameters of type IDataBase | |
|---|---|
Aggregator(IProcess parent,
IDataBase dataBase)
Constructor takes the parent process. |
|
Cleaner(IProcess parent,
IDataBase dataBase)
Constructor takes the parent. |
|
Pruner(IProcess parent,
IDataBase dataBase)
Constructor takes the parent. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||