Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Tencent/APIJSON
/ setLogic
Method
setLogic
APIJSONORM/src/main/java/apijson/orm/Join.java:226–228 ·
view source on GitHub ↗
(Logic logic)
Source
from the content-addressed store, hash-verified
224
return
logic;
225
}
226
public
void
setLogic(Logic logic) {
227
this.logic = logic;
228
}
229
public
String getRelateType() {
230
return
relateType;
231
}
Callers
1
setKeyAndType
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected