En succès
A duré 8 ms.
Standard Output
2024-09-15 09:39:41 DEBUG DDLDeployer create table AbstractVehicle(id bigint not null, unique (id))
2024-09-15 09:39:41 DEBUG DDLDeployer create table Vehicle(id bigint not null, unique (id))
2024-09-15 09:39:41 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, unique (id))
2024-09-15 09:39:41 DEBUG DDLDeployer alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2024-09-15 09:39:41 DEBUG DDLDeployer alter tab
...[truncated 1049 chars]...
reating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@396d2770
2024-09-15 09:39:41 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@f4232b on object Car{id=42, color=null, model='Renault'}
2024-09-15 09:39:41 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@50f2c2e2 on object Car{id=42, color=null, model='Renault'}