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

tp.ms.base.rest.resource.service.ace.IQueryOperator Maven / Gradle / Ivy

package tp.ms.base.rest.resource.service.ace;

import tp.ms.base.rest.resource.http.Pager;
import tp.ms.base.rest.resource.vo.AbstractPolyVO;
import tp.ms.common.bean.exception.ADBusinessException;

public interface IQueryOperator {

	T query(String key) throws ADBusinessException;

	T query(String key, Class queryClass) throws ADBusinessException;

	T[] query(Pager page) throws ADBusinessException;

	T[] query(Pager page, Class queryClass);

	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy