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

io.crnk.jpa.internal.query.EntityGraphBuilder Maven / Gradle / Ivy

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

import io.crnk.meta.model.MetaAttributePath;

import javax.persistence.EntityManager;
import javax.persistence.Query;
import java.util.Set;

public interface EntityGraphBuilder {

	 void build(EntityManager em, Query criteriaQuery, Class entityClass,
				   Set fetchPaths);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy