<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.009</duration><failedSince>0</failedSince><name>joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 07:43:32	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2024-08-30 07:43:32	DEBUG	DDLDeployer	create table car(id int not null, color int, model varchar(255), unique (id))
2024-08-30 07:43:32	DEBUG	DDLDeployer	alter table car add constraint FK_car_id_Vehicle_id foreign key(id) references Vehicle(id)
2024-08-30 07:43:32	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 07:43:32	DEBUG	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1=
...[truncated 191 chars]...
o car(model, id) values (?, ?) | {1={car.model=Renault, car.id=o.c.s.i.PersistableIdentifier@1}}
2024-08-30 07:43:32	DEBUG	SQLOperation	select car.id, car.model, vehicle.color from car inner join vehicle on car.id = vehicle.id | {}
2024-08-30 07:43:32	DEBUG	SQLOperation	select car.model 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 (?) | {car.id=o.c.s.i.PersistedIdentifier@1}
</stdout></caseResult>