|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDataBase | |
|---|---|
| com.ikokoon.serenity | |
| com.ikokoon.serenity.persistence | |
| com.ikokoon.serenity.process | |
| com.ikokoon.serenity.process.aggregator | |
| Uses of IDataBase in com.ikokoon.serenity |
|---|
| Methods in com.ikokoon.serenity with parameters of type IDataBase | |
|---|---|
static void |
Collector.setDataBase(IDataBase dataBase)
|
| 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 hierarchy 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,
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. |
|
IDataBase |
DataBaseEvent.getDataBase()
|
|
static
|
IDataBase.DataBaseManager.getDataBase(java.lang.Class<E> klass,
java.lang.String dataBaseFile,
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.copyDataBase(IDataBase sourceDataBase,
IDataBase targetDataBase)
|
|
static void |
DataBaseToolkit.dump(IDataBase dataBase,
DataBaseToolkit.ICriteria criteria,
java.lang.String message)
Dumps the database to the output stream. |
|
static void |
DataBaseToolkit.execute(IDataBase dataBase,
Composite composite,
DataBaseToolkit.Executer executer)
|
|
static
|
IDataBase.DataBaseManager.getDataBase(java.lang.Class<E> klass,
java.lang.String dataBaseFile,
IDataBase internalDataBase)
Accesses a database. |
|
| Constructors in com.ikokoon.serenity.persistence with parameters of type IDataBase | |
|---|---|
DataBaseEvent(IDataBase dataBase,
IDataBaseEvent.Type type)
|
|
| 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. |
|
| Uses of IDataBase in com.ikokoon.serenity.process.aggregator |
|---|
| Fields in com.ikokoon.serenity.process.aggregator declared as IDataBase | |
|---|---|
protected IDataBase |
AAggregator.dataBase
|
| Constructors in com.ikokoon.serenity.process.aggregator with parameters of type IDataBase | |
|---|---|
AAggregator(IDataBase dataBase)
|
|
ClassAggregator(IDataBase dataBase,
Class<?,?> klass)
|
|
MethodAggregator(IDataBase dataBase,
Method<?,?> method)
|
|
PackageAggregator(IDataBase dataBase,
Package<?,?> pakkage)
|
|
ProjectAggregator(IDataBase dataBase)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||