
orm.benchmark.TestMethod Maven / Gradle / Ivy
The newest version!
package orm.benchmark;
import java.io.Serializable;
import java.util.List;
public interface TestMethod {
E getById(Serializable id);
P paging(String username, int page, int size);
List list(String username);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy