Uses of Interface
org.dspace.content.dao.CommunityDAO
-
Packages that use CommunityDAO Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.dao.impl -
-
Uses of CommunityDAO in org.dspace.content
Fields in org.dspace.content declared as CommunityDAO Modifier and Type Field Description protected CommunityDAOCommunityServiceImpl. communityDAO -
Uses of CommunityDAO in org.dspace.content.dao.impl
Classes in org.dspace.content.dao.impl that implement CommunityDAO Modifier and Type Class Description classCommunityDAOImplHibernate implementation of the Database Access Object interface class for the Community object.
-