
com.github.dream.mybatis.pro.sdk.SelectMapper Maven / Gradle / Ivy
package com.github.dream.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