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