@Service(value="specificationService") public class SpecificationServiceImpl extends Object implements SpecificationService
| Constructor and Description |
|---|
SpecificationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Integer id) |
void |
deleteBatch(Integer[] ids) |
List<SpecificationEntity> |
queryList(Map<String,Object> map) |
SpecificationEntity |
queryObject(Integer id) |
int |
queryTotal(Map<String,Object> map) |
void |
save(SpecificationEntity specification) |
void |
update(SpecificationEntity specification) |
public SpecificationEntity queryObject(Integer id)
queryObject in interface SpecificationServicepublic List<SpecificationEntity> queryList(Map<String,Object> map)
queryList in interface SpecificationServicepublic int queryTotal(Map<String,Object> map)
queryTotal in interface SpecificationServicepublic void save(SpecificationEntity specification)
save in interface SpecificationServicepublic void update(SpecificationEntity specification)
update in interface SpecificationServicepublic void delete(Integer id)
delete in interface SpecificationServicepublic void deleteBatch(Integer[] ids)
deleteBatch in interface SpecificationServiceCopyright © 2021. All rights reserved.