Standard Output
2026-04-29 06:21:38 DEBUG DDLDeployer create table E(propX varchar(255) not null, propY varchar(255) not null, propD integer not null, unique (propX, propY))
2026-04-29 06:21:38 DEBUG SQLOperation Batching statement 1 times
2026-04-29 06:21:38 TRACE SQLOperation insert into E(propD, propX, propY) values (?, ?, ?) | {1={E.propY=b, E.propD=0, E.propX=a}}
2026-04-29 06:21:38 DEBUG SimpleRelationalEntityPersister selecting entities [org.codefilarete.stalactite.engine.configurer.resolver.AggregateRes
...[truncated 1290 chars]...
X as E_propX, E.propY as E_propY from E where (E.propX, E.propY) in ((?, ?)) | {1=a, 2=b}
2026-04-29 06:21:38 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 06:21:38 DEBUG SQLOperation Batching statement 1 times
2026-04-29 06:21:38 TRACE SQLOperation delete from E where propX = ? and propY = ? | {1={E.propY=b, E.propX=a}}
2026-04-29 06:21:38 TRACE SQLOperation select count(*) as count from E | {}