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

com.jpaquery.core.facade.BetweenPath Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package com.jpaquery.core.facade;

/**
 * between类型路径
 * 
 * @author lujijiang
 * 
 * @param 
 */
public interface BetweenPath {

	Where and(T obj);

	Where and(JpaQuery subFinder);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy