Uses of Class
org.dspace.core.AbstractHibernateDSODAO
-
Packages that use AbstractHibernateDSODAO Package Description org.dspace.content.dao.impl org.dspace.core Provides some basic functionality required throughout the DSpace system.org.dspace.eperson.dao.impl -
-
Uses of AbstractHibernateDSODAO in org.dspace.content.dao.impl
Subclasses of AbstractHibernateDSODAO in org.dspace.content.dao.impl 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 AbstractHibernateDSODAO in org.dspace.core
Constructors in org.dspace.core with parameters of type AbstractHibernateDSODAO Constructor Description UUIDIterator(Context ctx, List<UUID> uuids, Class<T> clazz, AbstractHibernateDSODAO<T> dao) -
Uses of AbstractHibernateDSODAO in org.dspace.eperson.dao.impl
Subclasses of AbstractHibernateDSODAO in org.dspace.eperson.dao.impl 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.
-