En succès
A duré 9 ms.
Standard Output
2024-10-17 06:24:08 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, unique (id))
2024-10-17 06:24:08 DEBUG DDLDeployer create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2024-10-17 06:24:08 DEBUG DDLDeployer alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2024-10-17 06:24:08 DEBUG SQLOperation Batching statement 1 times
2024-10-17 06:24:08 DEBUG SQLOperation insert into
...[truncated 3148 chars]...
te.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@10e8b907 on object Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=toto,nicknames=<null>,phoneNumbers=<null>,timestamp=<null>,vehicle=<null>,version=0]