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(java.util.List<org.tentackle.model.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 java.util.List<Join>JoinPath. getElements()Method parameters in org.tentackle.wurblet with type arguments of type Join 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)Constructors in org.tentackle.wurblet with parameters of type Join Constructor Description JoinPath(Join element, java.util.List<JoinPath> paths)Creates a normalized relation path.Constructor parameters in org.tentackle.wurblet with type arguments of type Join Constructor Description JoinPath(java.util.List<Join> elements, java.util.List<JoinPath> paths)Creates a relation path.
-