com.github.nomou.mybatis.SmartMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-smart Show documentation
Show all versions of mybatis-smart Show documentation
Mybatis-smart - a light mybatis mapper method implementation proxy
package com.github.nomou.mybatis;
/**
* [可选]的标识接口, 仅仅用于获取实体/域类型和主键类型, 也可使用{@link SmartDefinition}来实现相同的功能.
*
* Note: 设置类型和主键类型可以更加精确的判定字段.
*
* @param 实体类型
* @param 主键类型
* @author vacoor
* @see SmartCrudMapper
* @see SmartDefinition
*/
@NoSmart
@SuppressWarnings("unused")
public interface SmartMapper {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy