Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Tencent/APIJSON
/ getJoinType
Method
getJoinType
APIJSONORM/src/main/java/apijson/orm/Join.java:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
public
String getJoinType() {
52
return
joinType;
53
}
54
public
void
setJoinType(String joinType) {
55
this.joinType = joinType;
56
}
Callers
15
onJoinParse
Method · 0.95
isAppJoin
Method · 0.95
isLeftJoin
Method · 0.95
isRightJoin
Method · 0.95
isCrossJoin
Method · 0.95
isInnerJoin
Method · 0.95
isFullJoin
Method · 0.95
isOuterJoin
Method · 0.95
isSideJoin
Method · 0.95
isAntiJoin
Method · 0.95
isForeignJoin
Method · 0.95
isAsofJoin
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected