All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.nomou.mybatis.SmartMapper Maven / Gradle / Ivy

There is a newer version: 1.0.0-BETA-20210819
Show newest version
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