En succès
A duré 11 ms.
Standard Output
2025-10-07 05:47:08 DEBUG DDLDeployer create table Company(name varchar(255), id int not null, unique (id))
2025-10-07 05:47:08 DEBUG DDLDeployer create table Device(name varchar(255), id int not null, manufacturerId int, unique (id))
2025-10-07 05:47:08 DEBUG DDLDeployer alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2025-10-07 05:47:08 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistableIdentifie
...[truncated 2005 chars]...
c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2025-10-07 05:47:08 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device@0
2025-10-07 05:47:08 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2025-10-07 05:47:08 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device@1