FindByRoleIdName

2

tests

0

failures

0

ignored

3.238s

duration

100%

successful

Tests

Test Duration Result
customerAdmin_withoutAssumedRole_canFindItsOwnRolesByRoleIdName() 1.616s passed
customerAdmin_withoutAssumedRole_canNotFindAlienRolesByRoleIdName() 1.622s passed

Standard output

2026-08-10T16:32:59.591Z  INFO 382 --- [    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:32:59.595Z  INFO 382 --- [    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 = ?