public class CollectionRoleDAOImpl extends AbstractHibernateDAO<CollectionRole> implements CollectionRoleDAO
| Modifier | Constructor and Description |
|---|---|
protected |
CollectionRoleDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByCollection(Context context,
Collection collection) |
List<CollectionRole> |
findByCollection(Context context,
Collection collection) |
CollectionRole |
findByCollectionAndRole(Context context,
Collection collection,
String role) |
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<CollectionRole> findByCollection(Context context, Collection collection) throws SQLException
findByCollection in interface CollectionRoleDAOSQLExceptionpublic CollectionRole findByCollectionAndRole(Context context, Collection collection, String role) throws SQLException
findByCollectionAndRole in interface CollectionRoleDAOSQLExceptionpublic void deleteByCollection(Context context, Collection collection) throws SQLException
deleteByCollection in interface CollectionRoleDAOSQLExceptionCopyright © 2022 LYRASIS. All rights reserved.