FindByRoleIdName

2

tests

0

failures

0

ignored

3.238s

duration

100%

successful

Tests

Test Duration Result
customerAdmin_withoutAssumedRole_canFindItsOwnRolesByRoleIdName() 1.638s passed
customerAdmin_withoutAssumedRole_canNotFindAlienRolesByRoleIdName() 1.600s passed

Standard output

2026-08-10T13:36:32.746Z  INFO 378 --- [    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-10T13:36:32.751Z  INFO 378 --- [    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 = ?