FindByPrefixLike

2

tests

0

failures

0

ignored

0.019s

duration

100%

successful

Tests

Test Duration Result
customerAdmin_withoutAssumedRole_canViewOnlyItsOwnCustomer() 0.014s passed
globalAdmin_withoutAssumedRole_canViewAllCustomers() 0.005s passed

Standard output

2026-08-10T15:07:07.955Z  INFO 380 --- [    Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [net.hostsharing.hsadminng.rbac.test.cust.TestCustomerRepositoryIntegrationTest$FindByPrefixLike]: FindByPrefixLike does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-08-10T15:07:07.958Z  INFO 380 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration net.hostsharing.hsadminng.HsadminNgApplication for test class net.hostsharing.hsadminng.rbac.test.cust.TestCustomerRepositoryIntegrationTest$FindByPrefixLike
Hibernate: call base.defineContext(
    cast(? as varchar(127)),
    cast(? as text),
    cast(? as varchar(63)),
    cast(? as text),
    cast(? as text));

Hibernate: select tce1_0.uuid,tce1_0.adminusername,tce1_0.prefix,tce1_0.reference,tce1_0.version from rbactest.customer_rv tce1_0 where ? is null or tce1_0.prefix like (cast(? as varchar)||'%') escape ''
Hibernate: call base.defineContext(
    cast(? as varchar(127)),
    cast(? as text),
    cast(? as varchar(63)),
    cast(? as text),
    cast(? as text));

Hibernate: select tce1_0.uuid,tce1_0.adminusername,tce1_0.prefix,tce1_0.reference,tce1_0.version from rbactest.customer_rv tce1_0 where ? is null or tce1_0.prefix like (cast(? as varchar)||'%') escape ''