Class PathHelper
- java.lang.Object
-
- org.hibernate.metamodel.model.domain.internal.PathHelper
-
public class PathHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description PathHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NavigablePath
append(SqmPath<?> lhs, SqmPathSource<?> rhs, SqmPathSource<?> intermediatePathSource)
-
-
-
Method Detail
-
append
public static NavigablePath append(SqmPath<?> lhs, SqmPathSource<?> rhs, SqmPathSource<?> intermediatePathSource)
-
-