com.github.wz2cool.dynamic.mybatis.mapper.MySqlMapper Maven / Gradle / Ivy
package com.github.wz2cool.dynamic.mybatis.mapper;
import com.github.wz2cool.dynamic.mybatis.mapper.mysql.InsertIgnoreMapper;
import com.github.wz2cool.dynamic.mybatis.mapper.mysql.InsertIgnoreSelectiveMapper;
import tk.mybatis.mapper.annotation.RegisterMapper;
@RegisterMapper
public interface MySqlMapper extends
InsertIgnoreMapper,
InsertIgnoreSelectiveMapper {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy