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

mboog.support.mapper.BaseMapper Maven / Gradle / Ivy

package mboog.support.mapper;

/**
 * @param  PrimaryKey
 * @param       Model
 * @param     Example
 * @author LiYi
 */
public interface BaseMapper {

    default String getMapperName() {
        return this.getClass().getGenericInterfaces()[0].getTypeName();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy