public interface Group2GroupCacheDAO extends GenericDAO<Group2GroupCache>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAll(Context context) |
Group2GroupCache |
find(Context context,
Group parent,
Group child) |
List<Group2GroupCache> |
findByChildren(Context context,
Set<Group> groups) |
List<Group2GroupCache> |
findByParent(Context context,
Group group) |
create, delete, findAll, findByID, findByID, findMany, findUnique, saveList<Group2GroupCache> findByParent(Context context, Group group) throws SQLException
SQLExceptionList<Group2GroupCache> findByChildren(Context context, Set<Group> groups) throws SQLException
SQLExceptionGroup2GroupCache find(Context context, Group parent, Group child) throws SQLException
SQLExceptionvoid deleteAll(Context context) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All rights reserved.