<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.012</duration><failedSince>0</failedSince><name>joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-23 10:54:27	DEBUG	DDLDeployer	create table car(id int not null, color int, model varchar(255), unique (id))
2026-02-23 10:54:27	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-02-23 10:54:27	DEBUG	DDLDeployer	alter table car add constraint FK_car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-02-23 10:54:27	DEBUG	SQLOperation	Batching statement 1 times
2026-02-23 10:54:27	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1=
...[truncated 585 chars]...
el as car_model, car.id as car_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from car inner join Vehicle as Vehicle on car.id = Vehicle.id where car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-02-23 10:54:27	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-02-23 10:54:27	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
</stdout></caseResult>