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

io.crnk.jpa.query.criteria.JpaCriteriaQueryExecutor Maven / Gradle / Ivy

There is a newer version: 2.6.20180522184741
Show newest version
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