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

com.alterioncorp.jpa.entitygraphbuilder.EntityGraphBuilder Maven / Gradle / Ivy

The newest version!
package com.alterioncorp.jpa.entitygraphbuilder;

import javax.persistence.EntityGraph;

import com.querydsl.core.types.Path;

public interface EntityGraphBuilder {

	 EntityGraph build(Class type, Path... relationshipsToFetch);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy