FindByPrefixLike
Tests
| Test |
Duration |
Result |
| customerAdmin_withoutAssumedRole_canViewOnlyItsOwnCustomer() |
0.009s |
passed |
| globalAdmin_withoutAssumedRole_canViewAllCustomers() |
0.004s |
passed |
Standard output
2026-08-10T13:36:23.306Z INFO 370 --- [ 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-10T13:36:23.309Z INFO 370 --- [ 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 ''