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

io.crnk.jpa.query.querydsl.QuerydslExpressionFactory Maven / Gradle / Ivy

There is a newer version: 2.6.20180522184741
Show newest version
package io.crnk.jpa.query.querydsl;

import com.querydsl.core.types.Expression;
import com.querydsl.jpa.impl.JPAQuery;

public interface QuerydslExpressionFactory> {

	@SuppressWarnings("rawtypes")
	Expression getExpression(T parent, JPAQuery jpaQuery);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy