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

titan.lightbatis.mapper.QueryMapper Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package titan.lightbatis.mapper;

import com.querydsl.core.types.OrderSpecifier;
import com.querydsl.core.types.Path;
import com.querydsl.core.types.Predicate;

import java.util.List;


public interface QueryMapper  extends ILightMarker{

	//@SelectProvider(type = QuerySelectProvider.class, method = "query")
	//@LightbatisQuery
	public List query(Predicate...  predicates);

	public List query(OrderSpecifier orderBy, Predicate... predicates);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy