io.crnk.jpa.query.criteria.JpaCriteriaQueryExecutor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crnk-jpa Show documentation
Show all versions of crnk-jpa Show documentation
JSON API framework for Java
package io.crnk.jpa.query.criteria;
import io.crnk.jpa.query.JpaQueryExecutor;
import javax.persistence.Tuple;
import java.util.List;
public interface JpaCriteriaQueryExecutor extends JpaQueryExecutor {
/**
* @return tuple when doing a custom selection.
*/
@SuppressWarnings("unchecked")
@Override
List getResultTuples();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy