Uses of Interface
org.dspace.content.dao.DSpaceObjectLegacySupportDAO
-
Packages that use DSpaceObjectLegacySupportDAO Package Description org.dspace.content.dao org.dspace.content.dao.impl org.dspace.eperson.dao org.dspace.eperson.dao.impl -
-
Uses of DSpaceObjectLegacySupportDAO in org.dspace.content.dao
Subinterfaces of DSpaceObjectLegacySupportDAO in org.dspace.content.dao Modifier and Type Interface Description interfaceBitstreamDAODatabase Access Object interface class for the Bitstream object.interfaceBundleDAODatabase Access Object interface class for the Bundle object.interfaceCollectionDAODatabase Access Object interface class for the Collection object.interfaceCommunityDAODatabase Access Object interface class for the Community object.interfaceItemDAODatabase Access Object interface class for the Item object. -
Uses of DSpaceObjectLegacySupportDAO in org.dspace.content.dao.impl
Classes in org.dspace.content.dao.impl that implement DSpaceObjectLegacySupportDAO Modifier and Type Class Description classBitstreamDAOImplHibernate implementation of the Database Access Object interface class for the Bitstream object.classBundleDAOImplHibernate implementation of the Database Access Object interface class for the Bundle object.classCollectionDAOImplHibernate implementation of the Database Access Object interface class for the Collection object.classCommunityDAOImplHibernate implementation of the Database Access Object interface class for the Community object.classItemDAOImplHibernate implementation of the Database Access Object interface class for the Item object. -
Uses of DSpaceObjectLegacySupportDAO in org.dspace.eperson.dao
Subinterfaces of DSpaceObjectLegacySupportDAO in org.dspace.eperson.dao Modifier and Type Interface Description interfaceEPersonDAODatabase Access Object interface class for the EPerson object.interfaceGroupDAODatabase Access Object interface class for the Group object. -
Uses of DSpaceObjectLegacySupportDAO in org.dspace.eperson.dao.impl
Classes in org.dspace.eperson.dao.impl that implement DSpaceObjectLegacySupportDAO Modifier and Type Class Description classEPersonDAOImplHibernate implementation of the Database Access Object interface class for the EPerson object.classGroupDAOImplHibernate implementation of the Database Access Object interface class for the Group object.
-