Package org.dspace.content.dao.impl
Class BundleDAOImpl
- All Implemented Interfaces:
BundleDAO,DSpaceObjectDAO<Bundle>,DSpaceObjectLegacySupportDAO<Bundle>,GenericDAO<Bundle>
Hibernate implementation of the Database Access Object interface class for the Bundle object.
This class is responsible for all database calls for the Bundle object and is autowired by spring
This class should never be accessed directly.
- Author:
- kevinvandevelde at atmire.com
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dspace.core.AbstractHibernateDSODAO
addMetadataLeftJoin, addMetadataSortQuery, addMetadataSortQuery, addMetadataValueWhereQuery, findByLegacyIdMethods inherited from class org.dspace.core.AbstractHibernateDAO
count, count, countLong, create, createQuery, createQuery, delete, executeCriteriaQuery, findAll, findAll, findByID, findByID, findByID, findByX, findMany, findMany, findUnique, getCriteriaBuilder, getCriteriaQuery, getHibernateSession, iterate, list, list, list, list, save, singleResult, singleResult, uniqueResult, uniqueResultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dspace.content.dao.DSpaceObjectLegacySupportDAO
findByLegacyId
-
Constructor Details
-
BundleDAOImpl
protected BundleDAOImpl()
-
-
Method Details
-
countRows
- Specified by:
countRowsin interfaceBundleDAO- Throws:
SQLException
-