<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.013</duration><failedSince>0</failedSince><name>joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-05-07 17:26:14	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2025-05-07 17:26:14	DEBUG	DDLDeployer	create table car(id int not null, color int, model varchar(255), unique (id))
2025-05-07 17:26:14	DEBUG	DDLDeployer	alter table car add constraint FK_car_id_Vehicle_id foreign key(id) references Vehicle(id)
2025-05-07 17:26:14	DEBUG	SQLOperation	Batching statement 1 times
2025-05-07 17:26:14	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1=
...[truncated 644 chars]...
n (?) | {car.id=o.c.s.i.PersistedIdentifier@1}
2025-05-07 17:26:14	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@33e05b64
2025-05-07 17:26:14	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@425cb654 on object Car[model=Renault,plates=[],radio=&lt;null&gt;,color=&lt;null&gt;,engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></caseResult>