Uses of Interface
edu.internet2.middleware.grouper.internal.dao.GroupDAO

Packages that use GroupDAO
edu.internet2.middleware.grouper.internal.dao.hib3 This package contains hib3 related data access object implementations and mappings 
edu.internet2.middleware.grouper.misc This package contains generic grouper classes which do not belong elsewhere 
 

Uses of GroupDAO in edu.internet2.middleware.grouper.internal.dao.hib3
 

Classes in edu.internet2.middleware.grouper.internal.dao.hib3 that implement GroupDAO
 class Hib3GroupDAO
          Basic Hibernate Group DAO interface.
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return GroupDAO
 GroupDAO Hib3DAOFactory.getGroup()
           
 

Uses of GroupDAO in edu.internet2.middleware.grouper.misc
 

Methods in edu.internet2.middleware.grouper.misc that return GroupDAO
abstract  GroupDAO GrouperDAOFactory.getGroup()