Uses of Class
net.sf.fridaymvc.sample.hibernate.HibernateRole

Packages that use HibernateRole
net.sf.fridaymvc.sample.hibernate.dao   
net.sf.fridaymvc.sample.hibernate.dao.impl   
 

Uses of HibernateRole in net.sf.fridaymvc.sample.hibernate.dao
 

Methods in net.sf.fridaymvc.sample.hibernate.dao that return HibernateRole
 HibernateRole RoleDao.saveOrUpdateCopy(HibernateRole hr)
           
 HibernateRole RoleDao.findRoleByName(java.lang.String name)
           
 

Methods in net.sf.fridaymvc.sample.hibernate.dao with parameters of type HibernateRole
 HibernateRole RoleDao.saveOrUpdateCopy(HibernateRole hr)
           
 void RoleDao.update(HibernateRole hr)
           
 java.io.Serializable RoleDao.save(HibernateRole hr)
           
 

Uses of HibernateRole in net.sf.fridaymvc.sample.hibernate.dao.impl
 

Methods in net.sf.fridaymvc.sample.hibernate.dao.impl that return HibernateRole
 HibernateRole RoleDaoImpl.saveOrUpdateCopy(HibernateRole hr)
           
 HibernateRole RoleDaoImpl.findRoleByName(java.lang.String name)
           
 

Methods in net.sf.fridaymvc.sample.hibernate.dao.impl with parameters of type HibernateRole
 HibernateRole RoleDaoImpl.saveOrUpdateCopy(HibernateRole hr)
           
 void RoleDaoImpl.update(HibernateRole hr)
           
 java.io.Serializable RoleDaoImpl.save(HibernateRole hr)
           
 



Copyright © 2004 Friday MVC. All Rights Reserved.