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

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