public class ExternalServerResourceMapDaoImpl extends BaseAbstractDaoImpl<ExternalServerResourceMap,Object> implements ExternalServerResourceMapDao
| Constructor and Description |
|---|
ExternalServerResourceMapDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByExternalServerId(Integer externalServerId) |
void |
deleteByResourceId(Integer resourceId) |
ExternalServerResourceMap |
get(ExternalServerResourceMap tdao) |
List<ExternalServerResourceMap> |
getAll(List<Object> ids) |
List<ExternalServerResourceMap> |
getAllByExtServerId(Integer id) |
List<ExternalServerResourceMap> |
getAllByResourceId(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 ExternalServerResourceMapDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource)
throws SQLException
SQLExceptionpublic void deleteByResourceId(Integer resourceId)
deleteByResourceId in interface ExternalServerResourceMapDaopublic void deleteByExternalServerId(Integer externalServerId)
deleteByExternalServerId in interface ExternalServerResourceMapDaopublic List<ExternalServerResourceMap> getAllByResourceId(Integer id)
getAllByResourceId in interface ExternalServerResourceMapDaopublic List<ExternalServerResourceMap> getAllByExtServerId(Integer id)
getAllByExtServerId in interface ExternalServerResourceMapDaopublic ExternalServerResourceMap get(ExternalServerResourceMap tdao)
get in interface BaseDao<ExternalServerResourceMap,Object>public List<ExternalServerResourceMap> getAll(List<Object> ids)
getAll in interface BaseDao<ExternalServerResourceMap,Object>Copyright © 2015–2019. All rights reserved.