Uses of Interface
edu.uoc.tfc.dbmodel.security.UserDao

Packages that use UserDao
edu.uoc.tfc.dbmodel.security   
edu.uoc.tfc.dbmodel.security.crud   
edu.uoc.tfc.service.security   
 

Uses of UserDao in edu.uoc.tfc.dbmodel.security
 

Classes in edu.uoc.tfc.dbmodel.security that implement UserDao
 class UserDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type edu.uoc.tfc.dbmodel.security.User.
 class UserDaoImpl
           
 

Uses of UserDao in edu.uoc.tfc.dbmodel.security.crud
 

Methods in edu.uoc.tfc.dbmodel.security.crud with parameters of type UserDao
 void UserManageableDaoBase.setDao(UserDao dao)
           
 void RoleManageableDaoBase.setUsersDao(UserDao usersDao)
           
 

Uses of UserDao in edu.uoc.tfc.service.security
 

Methods in edu.uoc.tfc.service.security with parameters of type UserDao
 void SecurityServiceBase.setUserDao(UserDao userDao)
          Sets the reference to user's DAO.