| return mapper(dbSession).deleteByRootComponentIdAndGroupId(rootComponentId,groupId); | return mapper(dbSession).deleteByRootComponentUuidAndGroupId(rootComponentUuid,groupId); | mapper(dbSession).deleteByRootComponentIdAndGroupId(rootComponentId,groupId) | mapper(dbSession).deleteByRootComponentUuidAndGroupId(rootComponentId,groupId) | sonarqube | d8081f847f92247a64166572605876e67e9a34ed | org.sonar.db.permission.GroupPermissionDao | | | _1 | rootComponentId |
|---|
| _2 | rootComponentUuid |
|---|
| | TCIVar | rootComponentId |
|---|
| v0 | mapper(dbSession) |
|---|
| v2 | groupId |
|---|
| | | TCIVar | rootComponentId |
|---|
| v0 | mapper(dbSession) |
|---|
| v2 | groupId |
|---|
| Uses | True |