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

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

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

import com.querydsl.core.types.Path;

interface RelationshipParser {

	RelationshipTree build(String... paths);

	RelationshipTree build(Path... paths);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy