public interface LoggingEventPropertyMapper
限定符和类型 | 方法和说明 |
---|---|
long |
countByExample(LoggingEventPropertyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(LoggingEventPropertyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(LoggingEventPropertyKey key)
This method was generated by MyBatis Generator.
|
int |
insert(LoggingEventProperty record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(LoggingEventProperty record)
This method was generated by MyBatis Generator.
|
List<LoggingEventProperty> |
selectByExample(LoggingEventPropertyExample example)
This method was generated by MyBatis Generator.
|
List<LoggingEventProperty> |
selectByExampleWithBLOBs(LoggingEventPropertyExample example)
This method was generated by MyBatis Generator.
|
LoggingEventProperty |
selectByPrimaryKey(LoggingEventPropertyKey key)
This method was generated by MyBatis Generator.
|
int |
updateByExample(LoggingEventProperty record,
LoggingEventPropertyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(LoggingEventProperty record,
LoggingEventPropertyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleWithBLOBs(LoggingEventProperty record,
LoggingEventPropertyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(LoggingEventProperty record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeyWithBLOBs(LoggingEventProperty record)
This method was generated by MyBatis Generator.
|
long countByExample(LoggingEventPropertyExample example)
int deleteByExample(LoggingEventPropertyExample example)
int deleteByPrimaryKey(LoggingEventPropertyKey key)
int insert(LoggingEventProperty record)
int insertSelective(LoggingEventProperty record)
List<LoggingEventProperty> selectByExampleWithBLOBs(LoggingEventPropertyExample example)
List<LoggingEventProperty> selectByExample(LoggingEventPropertyExample example)
LoggingEventProperty selectByPrimaryKey(LoggingEventPropertyKey key)
int updateByExampleSelective(@Param(value="record") LoggingEventProperty record, @Param(value="example") LoggingEventPropertyExample example)
int updateByExampleWithBLOBs(@Param(value="record") LoggingEventProperty record, @Param(value="example") LoggingEventPropertyExample example)
int updateByExample(@Param(value="record") LoggingEventProperty record, @Param(value="example") LoggingEventPropertyExample example)
int updateByPrimaryKeySelective(LoggingEventProperty record)
int updateByPrimaryKeyWithBLOBs(LoggingEventProperty record)
Copyright © 2018. All rights reserved.