com.github.yulichang.wrapper.resultmap.Label Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-plus-join-core Show documentation
Show all versions of mybatis-plus-join-core Show documentation
An enhanced toolkit of Mybatis-Plus to simplify development.
package com.github.yulichang.wrapper.resultmap;
import java.util.List;
/**
* 映射标签
*
* @author yulichang
* @since 2023/3/17 11:35
*/
public interface Label {
String getProperty();
Class> getJavaType();
Class getOfType();
List getResultList();
List> getMybatisLabels();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy