Uses of Class
org.dspace.core.AbstractHibernateDSODAO
Packages that use AbstractHibernateDSODAO
Package
Description
Provides some basic functionality required throughout the DSpace system.
-
Uses of AbstractHibernateDSODAO in org.dspace.content.dao.impl
Subclasses of AbstractHibernateDSODAO in org.dspace.content.dao.implModifier and TypeClassDescriptionclassHibernate implementation of the Database Access Object interface class for the Bitstream object.classHibernate implementation of the Database Access Object interface class for the Bundle object.classHibernate implementation of the Database Access Object interface class for the Collection object.classHibernate implementation of the Database Access Object interface class for the Community object.classHibernate 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 AbstractHibernateDSODAOModifierConstructorDescriptionUUIDIterator(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.implModifier and TypeClassDescriptionclassHibernate implementation of the Database Access Object interface class for the EPerson object.classHibernate implementation of the Database Access Object interface class for the Group object.