Uses of Interface
com.eurotech.framework.db.DbService

Packages that use DbService
com.eurotech.framework.core.data   
com.eurotech.framework.core.data.store   
com.eurotech.framework.core.db   
 

Uses of DbService in com.eurotech.framework.core.data
 

Methods in com.eurotech.framework.core.data with parameters of type DbService
 void DataServiceImpl.setDbService(DbService dbService)
           
 void DataStore.start(DbService dbService, int houseKeeperInterval, int purgeAge, int capacity)
           
 void DataServiceImpl.unsetDbService(DbService dbService)
           
 

Uses of DbService in com.eurotech.framework.core.data.store
 

Methods in com.eurotech.framework.core.data.store with parameters of type DbService
 void DbDataStore.start(DbService dbService, int houseKeeperInterval, int purgeAge, int capacity)
           
 

Uses of DbService in com.eurotech.framework.core.db
 

Classes in com.eurotech.framework.core.db that implement DbService
 class HsqlDbServiceImpl
           
 



Copyright © 2013. All Rights Reserved.