| Constructor and Description |
|---|
RoomDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteIds(List<Integer> ids) |
Room |
get(Room node) |
List<Room> |
getAll(List<Integer> ids) |
QueryResponse |
getAll(Query query) |
Room |
getByName(String name) |
Room |
getByNameAndParentId(String name,
Integer parentId) |
List<Room> |
getByParentId(Integer parentId) |
List<Integer> |
getChildrenIds(Integer id) |
List<Integer> |
getParentIds(Integer id) |
countOf, countOf, countOf, create, createOrUpdate, delete, delete, delete, delete, deleteById, deleteByIds, get, getAll, getAll, getAll, getAllData, getById, getDao, getQueryResponse, getTableInfo, hasTable, update, updateBulk, updateBulk, updateId, updatePurgeConditionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountOf, countOf, countOf, create, createOrUpdate, delete, delete, delete, delete, deleteById, deleteByIds, get, getAll, getAll, getAllData, getById, getDao, getTableInfo, update, updateBulk, updateBulk, updateIdpublic RoomDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource)
throws SQLException
SQLExceptionpublic QueryResponse getAll(Query query)
public List<Room> getByParentId(Integer parentId)
getByParentId in interface RoomDaopublic Room getByNameAndParentId(String name, Integer parentId)
getByNameAndParentId in interface RoomDaopublic List<Integer> getParentIds(Integer id)
getParentIds in interface RoomDaopublic List<Integer> getChildrenIds(Integer id)
getChildrenIds in interface RoomDaoCopyright © 2015–2019. All rights reserved.