public interface DomainHostMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
countByExample(DomainHostExample example) |
int |
deleteByExample(DomainHostExample example) |
int |
deleteByPrimaryKey(Integer id) |
int |
insert(DomainHost record) |
int |
insertSelective(DomainHost record) |
List<DomainHost> |
selectByExample(DomainHostExample example) |
DomainHost |
selectByPrimaryKey(Integer id) |
int |
updateByExample(DomainHost record,
DomainHostExample example) |
int |
updateByExampleSelective(DomainHost record,
DomainHostExample example) |
int |
updateByPrimaryKey(DomainHost record) |
int |
updateByPrimaryKeySelective(DomainHost record) |
int countByExample(DomainHostExample example)
int deleteByExample(DomainHostExample example)
int deleteByPrimaryKey(Integer id)
int insert(DomainHost record)
int insertSelective(DomainHost record)
List<DomainHost> selectByExample(DomainHostExample example)
DomainHost selectByPrimaryKey(Integer id)
int updateByExampleSelective(DomainHost record, DomainHostExample example)
int updateByExample(DomainHost record, DomainHostExample example)
int updateByPrimaryKeySelective(DomainHost record)
int updateByPrimaryKey(DomainHost record)
Copyright © 2014. All rights reserved.