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

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

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

public interface HavingPath {
	HavingPath distinct();

	HavingFunctionPath count();

	HavingFunctionPath avg();

	HavingFunctionPath sum();

	HavingFunctionPath min();

	HavingFunctionPath max();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy