Package org.dspace.content.dao.impl
Class BundleDAOImpl
- java.lang.Object
-
- org.dspace.core.AbstractHibernateDAO<T>
-
- org.dspace.core.AbstractHibernateDSODAO<Bundle>
-
- org.dspace.content.dao.impl.BundleDAOImpl
-
- All Implemented Interfaces:
BundleDAO,DSpaceObjectDAO<Bundle>,DSpaceObjectLegacySupportDAO<Bundle>,GenericDAO<Bundle>
public class BundleDAOImpl extends AbstractHibernateDSODAO<Bundle> implements BundleDAO
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 Modifier Constructor Description protectedBundleDAOImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcountRows(Context context)-
Methods inherited from class org.dspace.core.AbstractHibernateDSODAO
addMetadataLeftJoin, addMetadataSortQuery, addMetadataSortQuery, addMetadataValueWhereQuery, findByLegacyId
-
Methods inherited from class org.dspace.core.AbstractHibernateDAO
count, count, countLong, create, createQuery, delete, executeCriteriaQuery, findAll, findAll, findByID, findByID, findByX, findMany, findMany, findUnique, getCriteriaBuilder, getCriteriaQuery, getHibernateSession, iterate, list, list, list, list, save, singleResult, singleResult, uniqueResult, uniqueResult
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dspace.content.dao.DSpaceObjectLegacySupportDAO
findByLegacyId
-
Methods inherited from interface org.dspace.core.GenericDAO
create, delete, findAll, findAll, findByID, findByID, findMany, findUnique, save
-
-
-
-
Method Detail
-
countRows
public int countRows(Context context) throws SQLException
- Specified by:
countRowsin interfaceBundleDAO- Throws:
SQLException
-
-