Standard Output
2026-04-20 14:17:16 DEBUG DDLDeployer create table E(propE integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, propD integer not null, propB integer not null, propA integer not null, unique (propE))
2026-04-20 14:17:16 DEBUG SQLOperation Batching statement 1 times
2026-04-20 14:17:16 TRACE SQLOperation insert into E(propA, propB, propD, propE) values (?, ?, ?, default) | {1={E.propB=0, E.propD=0, E.propA=0}}
2026-04-20 14:17:16 DEBUG SimpleRelationalEntityPersister sele
...[truncated 1095 chars]...
E.propA as E_propA, E.propB as E_propB, E.propD as E_propD, E.propE as E_propE from E where E.propE in (?) | {1=1}
2026-04-20 14:17:16 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-04-20 14:17:16 DEBUG SQLOperation Batching statement 1 times
2026-04-20 14:17:16 TRACE SQLOperation delete from E where propE = ? | {1={E.propE=1}}
2026-04-20 14:17:16 TRACE SQLOperation select count(*) as count from E | {}