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