MCPcopy Create free account
hub / github.com/e2wugui/zeze / selectRoleAuth

Method selectRoleAuth

ZezeJava/ZezeJava/src/main/java/Zeze/Component/Auth.java:27–29  ·  view source on GitHub ↗
(String role)

Source from the content-addressed store, hash-verified

25
26 // 角色查询,事务外
27 public BRoleAuth selectRoleAuth(String role) {
28 return _tRoleAuth.selectDirty(role);
29 }
30
31 public void walkRoles(TableWalkHandle<String, BRoleAuth> handle) throws Exception {
32 _tRoleAuth.walk(handle);

Callers 1

getAccountAuthMethod · 0.95

Calls 1

selectDirtyMethod · 0.65

Tested by

no test coverage detected