public class Group2GroupCacheDAOImpl extends AbstractHibernateDAO<Group2GroupCache> implements Group2GroupCacheDAO
| Modifier | Constructor and Description |
|---|---|
protected |
Group2GroupCacheDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAll(Context context) |
Group2GroupCache |
find(Context context,
Group parent,
Group child) |
List<Group2GroupCache> |
findByChildren(Context context,
Iterable<Group> groups) |
List<Group2GroupCache> |
findByParent(Context context,
Group group) |
Group2GroupCache |
findByParentAndChild(Context context,
Group parent,
Group child) |
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<Group2GroupCache> findByParent(Context context, Group group) throws SQLException
findByParent in interface Group2GroupCacheDAOSQLExceptionpublic List<Group2GroupCache> findByChildren(Context context, Iterable<Group> groups) throws SQLException
findByChildren in interface Group2GroupCacheDAOSQLExceptionpublic Group2GroupCache findByParentAndChild(Context context, Group parent, Group child) throws SQLException
findByParentAndChild in interface Group2GroupCacheDAOSQLExceptionpublic Group2GroupCache find(Context context, Group parent, Group child) throws SQLException
find in interface Group2GroupCacheDAOSQLExceptionpublic void deleteAll(Context context) throws SQLException
deleteAll in interface Group2GroupCacheDAOSQLExceptionCopyright © 2017 DuraSpace. All rights reserved.