@Service @Primary public class ObjectStatusHistoryService extends AbstractBaseDomainObjectService<ObjectStatusHistory,ObjectStatusHistoryEntity> implements IObjectStatusHistoryService
domainObjectClass, entityClass
构造器和说明 |
---|
ObjectStatusHistoryService() |
限定符和类型 | 方法和说明 |
---|---|
List<ObjectStatusHistory> |
getByObjectTypeAndId(String type,
long id)
查询对象的历史
|
List<ObjectStatusHistory> |
getByObjectTypeAndId(String type,
long id,
int start,
int limit)
查询该对象的历史状态记录
|
protected IBaseEntityHandler<ObjectStatusHistoryEntity> |
getEntityHandler() |
countByFilter, createClientObject, createClientObject, createClientObjects, createClientObjects, createFilter, delete, deleteById, deleteByIds, getByFilter, getById, getByIdAndEvict, getInternalEntities, getInternalEntity, getObjectType, list, list, listByFilter, listSimpleData, pagingByFilter, save, saveAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countByFilter, createFilter, delete, deleteById, deleteByIds, getByFilter, getById, getByIdAndEvict, list, list, listByFilter, listSimpleData, pagingByFilter, save, saveAll
protected IBaseEntityHandler<ObjectStatusHistoryEntity> getEntityHandler()
public List<ObjectStatusHistory> getByObjectTypeAndId(String type, long id, int start, int limit)
IObjectStatusHistoryService
getByObjectTypeAndId
在接口中 IObjectStatusHistoryService
type
- 对象类型id
- 对象idstart
- 结果集开始位置limit
- 结果集的长度限制public List<ObjectStatusHistory> getByObjectTypeAndId(String type, long id)
IObjectStatusHistoryService
getByObjectTypeAndId
在接口中 IObjectStatusHistoryService
Copyright © 2019. All rights reserved.