Standard Output
2026-05-19 05:26:22 DEBUG DDLDeployer create table Bicycle(id int GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, color int, unique (id))
2026-05-19 05:26:22 DEBUG DDLDeployer create table City(id int not null, name varchar(255), countryId int, stateId int, unique (id))
2026-05-19 05:26:22 DEBUG DDLDeployer create table City_persons(city_id int not null, persons_id int not null, unique (city_id, persons_id))
2026-05-19 05:26:22 DEBUG DDLDeployer create table Country(id int
...[truncated 12602 chars]...
05-19 05:26:22 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:26:22 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:26:22 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@1