FindByRoleIdName
Tests
| Test |
Duration |
Result |
| customerAdmin_withoutAssumedRole_canFindItsOwnRolesByRoleIdName() |
1.730s |
passed |
| customerAdmin_withoutAssumedRole_canNotFindAlienRolesByRoleIdName() |
1.672s |
passed |
Standard output
2026-08-10T16:41:02.862Z INFO 380 --- [ Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [net.hostsharing.hsadminng.rbac.role.RbacRoleRepositoryIntegrationTest$FindByRoleIdName]: FindByRoleIdName does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-08-10T16:41:02.866Z INFO 380 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration net.hostsharing.hsadminng.HsadminNgApplication for test class net.hostsharing.hsadminng.rbac.role.RbacRoleRepositoryIntegrationTest$FindByRoleIdName
Hibernate: call base.defineContext(
cast(? as varchar(127)),
cast(? as text),
cast(? as varchar(63)),
cast(? as text),
cast(? as text));
Hibernate: SELECT rev.*,
rev.objectTable||'#'||cast(rev.objectUuid as varchar)||':'||rev.roleType AS roleName,
rev.objectTable||'#'||rev.objectIdName||':'||rev.roleType AS roleIdName
FROM rbac.role_rv rev
WHERE rev.objectTable||'#'||rev.objectIdName||':'||rev.roleType = ?
Hibernate: call base.defineContext(
cast(? as varchar(127)),
cast(? as text),
cast(? as varchar(63)),
cast(? as text),
cast(? as text));
Hibernate: SELECT rev.*,
rev.objectTable||'#'||cast(rev.objectUuid as varchar)||':'||rev.roleType AS roleName,
rev.objectTable||'#'||rev.objectIdName||':'||rev.roleType AS roleIdName
FROM rbac.role_rv rev
WHERE rev.objectTable||'#'||rev.objectIdName||':'||rev.roleType = ?