Uses of Class
org.tentackle.persist.wurblet.JoinPath
-
-
Uses of JoinPath in org.tentackle.persist.wurblet
Methods in org.tentackle.persist.wurblet that return JoinPath Modifier and Type Method Description JoinPathJoinPathFactory. create(java.util.List<Join> elements, java.util.List<JoinPath> paths)JoinPathJoinPathFactory. create(java.util.List<Join> elements, JoinPath path)Methods in org.tentackle.persist.wurblet that return types with arguments of type JoinPath Modifier and Type Method Description java.util.List<JoinPath>JoinPathFactory. createPaths(java.util.List<WurbletArgument> arguments)Creates a list of consolidated paths from wurblet arguments.
Identical leading path segments are consolidated to a single path with child paths.java.util.List<JoinPath>DbModelWurblet. getJoinPaths()Gets the consolidated relation paths for the join arguments.java.util.List<JoinPath>WurbletArgumentParser. getJoinPaths()Gets the consolidated relation paths for the join arguments.java.util.List<JoinPath>WurbletArgumentExpression. getMergedPaths()Gets the paths for wurblet arguments which can be expressed in a single SQL EXISTS clause.
The returned list is empty, if there are no paths at all or each argument needs its own EXISTS clause.java.util.List<JoinPath>JoinPath. getPaths()Methods in org.tentackle.persist.wurblet with parameters of type JoinPath Modifier and Type Method Description JoinPathJoinPathFactory. create(java.util.List<Join> elements, JoinPath path)Constructor parameters in org.tentackle.persist.wurblet with type arguments of type JoinPath Constructor Description JoinPath(Join element, java.util.List<JoinPath> paths)Creates a normalized relation path.
-