En succès
A duré 16 ms.
Standard Output
2026-02-12 07:21:25 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-02-12 07:21:25 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-02-12 07:21:25 DEBUG DDLDeployer alte
...[truncated 5972 chars]...
rsonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[]}
2026-02-12 07:21:25 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-02-12 07:21:25 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Pluto', race='Dog', age=4}}]}