io.crnk.jpa.query.criteria.JpaCriteriaExpressionFactory 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 javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Expression;
import javax.persistence.criteria.From;
public interface JpaCriteriaExpressionFactory> {
Expression getExpression(T parent, CriteriaQuery> query);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy