| Package | Description |
|---|---|
| me.gaigeshen.mybatis.helper.mapper |
| Modifier and Type | Method and Description |
|---|---|
static MapperSource |
MapperSource.create(java.lang.Class<?> mapperClass)
Create mapper source with mapper class
|
static MapperSource |
MapperSource.create(java.lang.Class<?> mapperClass,
java.io.InputStream mapperXmlResource)
Create mapper source with mapper class and user defined mapper xml resource
|
static MapperSource |
MapperSource.create(java.lang.String mapperClassName,
java.io.InputStream mapperXmlResource)
Create mapper source with mapper class name and user defined mapper xml resource
|
Copyright © 2019. All Rights Reserved.