Uses of Interface
org.dspace.eperson.dao.GroupDAO
-
Packages that use GroupDAO Package Description org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.eperson.dao.impl -
-
Uses of GroupDAO in org.dspace.eperson
Fields in org.dspace.eperson declared as GroupDAO Modifier and Type Field Description protected GroupDAOGroupServiceImpl. groupDAO -
Uses of GroupDAO in org.dspace.eperson.dao.impl
Classes in org.dspace.eperson.dao.impl that implement GroupDAO Modifier and Type Class Description classGroupDAOImplHibernate implementation of the Database Access Object interface class for the Group object.
-