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

foundation.jpa.querydsl.spring.AggregateCriteria Maven / Gradle / Ivy

There is a newer version: 0.29
Show newest version
package foundation.jpa.querydsl.spring;

import com.querydsl.core.types.EntityPath;

public interface AggregateCriteria> extends SearchCriteria {

    String groupBy();

    String select();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy