java.lang.Object
org.tentackle.wurblet.JoinPathFactory
@Service(JoinPathFactory.class)
public class JoinPathFactory
extends Object
implements org.tentackle.common.PathFactory<JoinPath,Join>
Factory for relation paths.
- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePaths(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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.tentackle.common.PathFactory
merge
-
Constructor Details
-
JoinPathFactory
public JoinPathFactory()
-
-
Method Details
-
create
-
create
-
createPaths
Creates a list of consolidated paths from wurblet arguments.
Identical leading path segments are consolidated to a single path with child paths.- Parameters:
arguments- the wurblet arguments- Returns:
- the list of paths, empty if none, never null
-