public class SubscriptionDAOImpl extends AbstractHibernateDAO<Subscription> implements SubscriptionDAO
| Modifier | Constructor and Description |
|---|---|
protected |
SubscriptionDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByCollection(Context context,
Collection collection) |
void |
deleteByCollectionAndEPerson(Context context,
Collection collection,
EPerson eperson) |
void |
deleteByEPerson(Context context,
EPerson eperson) |
List<Subscription> |
findAllOrderedByEPerson(Context context) |
Subscription |
findByCollectionAndEPerson(Context context,
EPerson eperson,
Collection collection) |
List<Subscription> |
findByEPerson(Context context,
EPerson eperson) |
count, count, countLong, create, createCriteria, createCriteria, createQuery, delete, findAll, findByID, findByID, findMany, findMany, findUnique, getHibernateSession, iterate, list, list, save, singleResult, singleResult, uniqueResult, uniqueResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, delete, findAll, findByID, findByID, findMany, findUnique, savepublic List<Subscription> findByEPerson(Context context, EPerson eperson) throws SQLException
findByEPerson in interface SubscriptionDAOSQLExceptionpublic Subscription findByCollectionAndEPerson(Context context, EPerson eperson, Collection collection) throws SQLException
findByCollectionAndEPerson in interface SubscriptionDAOSQLExceptionpublic void deleteByCollection(Context context, Collection collection) throws SQLException
deleteByCollection in interface SubscriptionDAOSQLExceptionpublic void deleteByEPerson(Context context, EPerson eperson) throws SQLException
deleteByEPerson in interface SubscriptionDAOSQLExceptionpublic void deleteByCollectionAndEPerson(Context context, Collection collection, EPerson eperson) throws SQLException
deleteByCollectionAndEPerson in interface SubscriptionDAOSQLExceptionpublic List<Subscription> findAllOrderedByEPerson(Context context) throws SQLException
findAllOrderedByEPerson in interface SubscriptionDAOSQLExceptionCopyright © 2016 DuraSpace. All rights reserved.