Uses of Interface
org.ceno.tracker.srv.handler.internal.ICenoDao

Packages that use ICenoDao
org.ceno.tracker.srv.handler.internal   
 

Uses of ICenoDao in org.ceno.tracker.srv.handler.internal
 

Classes in org.ceno.tracker.srv.handler.internal that implement ICenoDao
 class CacheCenoDao
           
 class DatabaseCenoDao
           
 

Methods in org.ceno.tracker.srv.handler.internal that return ICenoDao
static ICenoDao Activator.getCenoDao()
           
 

Constructors in org.ceno.tracker.srv.handler.internal with parameters of type ICenoDao
CacheCenoDao(ICenoDao dao)