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

io.github.nichetoolkit.mybatis.MybatisSuperMapper Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package io.github.nichetoolkit.mybatis;

import io.github.nichetoolkit.rice.RestId;
import io.github.nichetoolkit.rice.mapper.SuperMapper;

/**
 * MybatisSuperMapper
 * 

The mybatis super mapper interface.

* @param {@link io.github.nichetoolkit.rice.RestId}

The generic parameter is RestId type.

* @param {@link java.lang.Object}

The parameter can be of any type.

* @author Cyan ([email protected]) * @see io.github.nichetoolkit.rice.RestId * @see io.github.nichetoolkit.mybatis.MybatisMapper * @see io.github.nichetoolkit.mybatis.MybatisSaveMapper * @see io.github.nichetoolkit.mybatis.MybatisFindMapper * @see io.github.nichetoolkit.mybatis.MybatisDeleteMapper * @see io.github.nichetoolkit.rice.mapper.SuperMapper * @since Jdk1.8 */ public interface MybatisSuperMapper, I> extends MybatisMapper, MybatisSaveMapper, MybatisFindMapper, MybatisDeleteMapper, SuperMapper { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy