Standard Output
2026-03-16 22:16:32 DEBUG DDLDeployer create table Restaurant(name varchar(255), description varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-03-16 22:16:32 DEBUG DDLDeployer create table Review(rating integer not null, comment varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, restaurantId bigint, unique (id))
2026-03-16 22:16:32 DEBUG DDLDeployer alter table Review add constraint FK_Review
...[truncated 9540 chars]...
$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-03-16 22:16:32 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#10
2026-03-16 22:16:32 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-03-16 22:16:32 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#10