接口分层结构
- com.gitee.fastmybatis.core.mapper.Mapper<E>
- com.gitee.fastmybatis.core.mapper.DeleteMapper<E,I>
- com.gitee.fastmybatis.core.mapper.EditMapper<E,I> (并 extends com.gitee.fastmybatis.core.mapper.SaveMapper<E>, com.gitee.fastmybatis.core.mapper.UpdateMapper<E>)
- com.gitee.fastmybatis.core.mapper.CrudMapper<E,I> (并 extends com.gitee.fastmybatis.core.mapper.SchMapper<E,I>)
- com.gitee.fastmybatis.core.mapper.SaveMapper<E>
- com.gitee.fastmybatis.core.mapper.EditMapper<E,I> (并 extends com.gitee.fastmybatis.core.mapper.DeleteMapper<E,I>, com.gitee.fastmybatis.core.mapper.UpdateMapper<E>)
- com.gitee.fastmybatis.core.mapper.CrudMapper<E,I> (并 extends com.gitee.fastmybatis.core.mapper.SchMapper<E,I>)
- com.gitee.fastmybatis.core.mapper.SchMapper<E,I>
- com.gitee.fastmybatis.core.mapper.CrudMapper<E,I> (并 extends com.gitee.fastmybatis.core.mapper.EditMapper<E,I>)
- com.gitee.fastmybatis.core.mapper.UpdateMapper<E>
- com.gitee.fastmybatis.core.mapper.EditMapper<E,I> (并 extends com.gitee.fastmybatis.core.mapper.DeleteMapper<E,I>, com.gitee.fastmybatis.core.mapper.SaveMapper<E>)
- com.gitee.fastmybatis.core.mapper.CrudMapper<E,I> (并 extends com.gitee.fastmybatis.core.mapper.SchMapper<E,I>)
Copyright © 2021. All Rights Reserved.