Subclasses of AbstractDataService in org.caleigo.core.service |
class |
BinaryFileDataService
BinaryFileDataService provides a simple extension of the MemoryDataService
that stores the data entities in binary files in database file-catalog.
|
class |
CachedDataService
The CachedDataService is a wrapper around any other IDataService
implementation to wich it adds transparent cache functionality. |
class |
DemoDataService
|
class |
JDBCDataService
|
class |
JDBCPreparedStatementDataService
|
class |
MemoryDataService
MemoryDataService provides a simple implementation of the IDataService
interface that can be used to store entities in a non-persistent memory
cache. |
class |
TextFileDataService
TextFileDataService provides a simple extension of the MemoryDataService
that stores the data entities in text files in a database file-catalog.
|
class |
TextURLDataService
TextFileDataService provides a simple extension of the MemoryDataService
that stores the data entities in text files in a database file-catalog.
|