Uses of Class
org.tentackle.wurblet.Join
-
-
Uses of Join in org.tentackle.wurblet
Methods in org.tentackle.wurblet that return Join Modifier and Type Method Description JoinJoinPath. findJoin(List<Relation> relations)Find the join for given relation path.Methods in org.tentackle.wurblet that return types with arguments of type Join Modifier and Type Method Description List<Join>JoinPath. getElements()Method parameters in org.tentackle.wurblet with type arguments of type Join Modifier and Type Method Description JoinPathJoinPathFactory. create(List<Join> elements, List<JoinPath> paths)JoinPathJoinPathFactory. create(List<Join> elements, JoinPath path)Constructors in org.tentackle.wurblet with parameters of type Join Constructor Description JoinPath(Join element, List<JoinPath> paths)Creates a normalized relation path.Constructor parameters in org.tentackle.wurblet with type arguments of type Join Constructor Description JoinPath(List<Join> elements, List<JoinPath> paths)Creates a relation path.
-