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, updatePurgeCondition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countOf, countOf, countOf, create, createOrUpdate, delete, delete, delete, delete, deleteById, deleteByIds, get, getAll, getAll, getAllData, getById, getDao, getTableInfo, update, updateBulk, updateBulk, updateId
public ExternalServerResourceMapDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException
public void deleteByResourceId(Integer resourceId)
deleteByResourceId
in interface ExternalServerResourceMapDao
public void deleteByExternalServerId(Integer externalServerId)
deleteByExternalServerId
in interface ExternalServerResourceMapDao
public List<ExternalServerResourceMap> getAllByResourceId(Integer id)
getAllByResourceId
in interface ExternalServerResourceMapDao
public List<ExternalServerResourceMap> getAllByExtServerId(Integer id)
getAllByExtServerId
in interface ExternalServerResourceMapDao
public 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.