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