Uses of Class
org.caleigo.core.AbstractDataService

Packages that use AbstractDataService
org.caleigo.core   
org.caleigo.core.service   
 

Uses of AbstractDataService in org.caleigo.core
 

Subclasses of AbstractDataService in org.caleigo.core
 class TunneledDataService
           
 

Uses of AbstractDataService in org.caleigo.core.service
 

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.
 



Copyright © 2005 Caleigo. All Rights Reserved.