public class ResourcesLogsDaoImpl extends BaseAbstractDaoImpl<ResourcesLogs,Integer> implements ResourcesLogsDao
Constructor and Description |
---|
ResourcesLogsDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
Modifier and Type | Method and Description |
---|---|
void |
add(ResourcesLogs resourcesLogs) |
void |
delete(List<Integer> ids) |
void |
delete(ResourcesLogs resourcesLogs) |
void |
deleteAll(AppProperties.RESOURCE_TYPE resourceType,
Integer resourceId) |
void |
deleteAll(AppProperties.RESOURCE_TYPE resourceType,
Long timestamp) |
void |
deleteAll(ResourcesLogs resourcesLogs) |
List<ResourcesLogs> |
getAll() |
List<ResourcesLogs> |
getAll(AppProperties.RESOURCE_TYPE resourceType,
Integer resourceId) |
QueryResponse |
getAll(Query query) |
countOf, countOf, countOf, create, createOrUpdate, delete, delete, delete, deleteById, deleteByIds, get, getAll, getAll, getAllData, getById, getDao, getQueryResponse, getTableInfo, hasTable, update, updateBulk, updateBulk, updateId, updatePurgeCondition
public ResourcesLogsDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException
public void add(ResourcesLogs resourcesLogs)
add
in interface ResourcesLogsDao
public void delete(ResourcesLogs resourcesLogs)
delete
in interface ResourcesLogsDao
delete
in class BaseAbstractDaoImpl<ResourcesLogs,Integer>
public void deleteAll(ResourcesLogs resourcesLogs)
deleteAll
in interface ResourcesLogsDao
public void deleteAll(AppProperties.RESOURCE_TYPE resourceType, Integer resourceId)
deleteAll
in interface ResourcesLogsDao
public void deleteAll(AppProperties.RESOURCE_TYPE resourceType, Long timestamp)
deleteAll
in interface ResourcesLogsDao
public List<ResourcesLogs> getAll()
getAll
in interface ResourcesLogsDao
getAll
in class BaseAbstractDaoImpl<ResourcesLogs,Integer>
public List<ResourcesLogs> getAll(AppProperties.RESOURCE_TYPE resourceType, Integer resourceId)
getAll
in interface ResourcesLogsDao
public QueryResponse getAll(Query query)
getAll
in interface ResourcesLogsDao
public void delete(List<Integer> ids)
delete
in interface ResourcesLogsDao
Copyright © 2015–2019. All rights reserved.