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

com.github.yulichang.wrapper.resultmap.Label Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
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