Uses of Interface
net.sf.shineframework.server.dal.dao.NamedDao

Packages that use NamedDao
net.sf.shineframework.server.dal.dao   
net.sf.shineframework.server.services.impl   
 

Uses of NamedDao in net.sf.shineframework.server.dal.dao
 

Classes in net.sf.shineframework.server.dal.dao that implement NamedDao
 class BaseNamedDao<T extends DalObject>
           
 

Uses of NamedDao in net.sf.shineframework.server.services.impl
 

Methods in net.sf.shineframework.server.services.impl that return NamedDao
 NamedDao ConfigurationServiceImpl.getConfigurationDao()
           
 

Methods in net.sf.shineframework.server.services.impl with parameters of type NamedDao
 void ConfigurationServiceImpl.setConfigurationDao(NamedDao<Configuration> configurationDao)
           
 



Copyright © 2007 sourceforge.net. All Rights Reserved.