Standard Output
2026-05-19 05:26:22 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-05-19 05:26:22 DEBUG SQLOperation Batching statement 1 times
2026-05-19 05:26:22 TRACE SQLOperation insert into E(propD, propE) values (?, default) | {1={E.propD=0}}
2026-05-19 05:26:22 DEBUG SimpleRelationalEntityPersister selecting entities [1]
2026-05-19 05:26:22 TRACE SQLOperation select E.propD as E_propD, E.pro
...[truncated 833 chars]...
5-19 05:26:22 TRACE SQLOperation select E.propD as E_propD, E.propE as E_propE from E where E.propE in (?) | {1=1}
2026-05-19 05:26:22 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:26:22 DEBUG SQLOperation Batching statement 1 times
2026-05-19 05:26:22 TRACE SQLOperation delete from E where propE = ? | {1={E.propE=1}}
2026-05-19 05:26:22 TRACE SQLOperation select count(*) as count from E | {}