Standard Output
2026-03-03 06:36:20 DEBUG DDLDeployer create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-03-03 06:36:20 DEBUG DDLDeployer create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (name, race, age))
2026-03-03 06:36:20 DEBUG DDLDeployer alte
...[truncated 5708 chars]...
uming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-03-03 06:36:20 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-03-03 06:36:20 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}