Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0opslab/opslabJutil
/ getOrderBy
Method
getOrderBy
src/main/java/com/opslab/bean/QueryPage.java:28–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
private
String isAsc;
27
28
public
String getOrderBy() {
29
if
(StringHelper.isEmpty(orderByColumn)) {
30
return
""
;
31
}
32
return
orderByColumn +
" "
+ isAsc;
33
}
34
}
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.95
Tested by
no test coverage detected