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

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

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

import com.querydsl.core.types.EntityPath;
import org.springframework.data.domain.Page;

public interface SearchResult {

    SearchCriteria> getCriteria();

    Page getPage();

    Throwable getError();

    boolean hasError();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy