public interface CollectionRoleDAO extends GenericDAO<CollectionRole>
| 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) |
create, delete, findAll, findByID, findByID, findMany, findUnique, saveList<CollectionRole> findByCollection(Context context, Collection collection) throws SQLException
SQLExceptionCollectionRole findByCollectionAndRole(Context context, Collection collection, String role) throws SQLException
SQLExceptionvoid deleteByCollection(Context context, Collection collection) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All rights reserved.