Package org.dspace.eperson.dao
Interface Group2GroupCacheDAO
- All Superinterfaces:
GenericDAO<Group2GroupCache>
- All Known Implementing Classes:
Group2GroupCacheDAOImpl
Database Access Object interface class for the Group2GroupCache object.
The implementation of this class is responsible for all database calls for the Group2GroupCache object and is
autowired by spring
This class should only be accessed from a single service and should never be exposed outside of the API
- Author:
- kevinvandevelde at atmire.com
-
Method Summary
Modifier and TypeMethodDescriptionvoidfindByChildren(Context context, Iterable<Group> groups) findByParent(Context context, Group group) findByParentAndChild(Context context, Group parent, Group child)
-
Method Details
-
findByParent
- Throws:
SQLException
-
findByChildren
- Throws:
SQLException
-
findByParentAndChild
Group2GroupCache findByParentAndChild(Context context, Group parent, Group child) throws SQLException - Throws:
SQLException
-
find
- Throws:
SQLException
-
deleteAll
- Throws:
SQLException
-