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