![JAR search and dependency download from the Maven repository](/logo.png)
com.dream.tdengine.def.TdChainQuery Maven / Gradle / Ivy
package com.dream.tdengine.def;
import com.dream.system.config.Page;
import java.util.List;
public interface TdChainQuery {
T one(Class type);
List list(Class type);
Page page(Class type, Page page);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy