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

com.github.dreamroute.mybatis.pro.sdk.SelectMapper Maven / Gradle / Ivy

package com.github.dreamroute.mybatis.pro.sdk;

import java.util.List;

/**
 * @author w.dehai
 */
public interface SelectMapper {
    
    T selectById(ID id);
    
    List selectByIds(List ids);

    List selectAll();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy