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

tk.mybatis.mapper.mapperhelper.resolve.EntityResolve Maven / Gradle / Ivy

The newest version!
package tk.mybatis.mapper.mapperhelper.resolve;

import tk.mybatis.mapper.entity.Config;
import tk.mybatis.mapper.entity.EntityTable;

/**
 * 解析实体类接口
 *
 * @author liuzh
 */
public interface EntityResolve {

    /**
     * 解析类为 EntityTable
     *
     * @param entityClass
     * @param config
     * @return
     */
    EntityTable resolveEntity(Class entityClass, Config config);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy