<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.002</duration><failedSince>0</failedSince><name>identifierIsRedefined_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><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>2024-11-11 11:46:29	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2024-11-11 11:46:29	DEBUG	DDLDeployer	create table car(id int not null, color int, model varchar(255), unique (id))
2024-11-11 11:46:29	DEBUG	DDLDeployer	alter table car add constraint FK_car_id_Vehicle_id foreign key(id) references Vehicle(id)
2024-11-11 11:46:29	DEBUG	SQLOperation	Batching statement 1 times
2024-11-11 11:46:29	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1=
...[truncated 644 chars]...
n (?) | {car.id=o.c.s.i.PersistedIdentifier@1}
2024-11-11 11:46:29	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7f99f791
2024-11-11 11:46:29	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@27e538b2 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></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.002</duration><failedSince>0</failedSince><name>mappedSuperClass_and_entityInheritance_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.012</duration><failedSince>0</failedSince><name>multipleInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-11-11 11:46:29	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2024-11-11 11:46:29	DEBUG	SQLOperation	Batching statement 1 times
2024-11-11 11:46:29	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666], Car.model=Renault}}
2024-11-11 11:46:29	TRACE	SQLOperation	select car.id, car.model, car.color from car | {}
2024-11-11 11:46:29	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2024-11-11 11:46:29	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@388c8bf8
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.01</duration><failedSince>0</failedSince><name>multipleInheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-11-11 11:46:29	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2024-11-11 11:46:29	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2024-11-11 11:46:29	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2024-11-11 11:46:29	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2024-11-11 11:46:29	DEBUG	DDLDeployer	alter t
...[truncated 1466 chars]...
de$MergeJoinRowConsumer@4f795593 on object Car[model=Renault,plates=[],radio=&lt;null&gt;,color=Color[rgb=666],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
2024-11-11 11:46:29	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@28d912ee on object Car[model=Renault,plates=[],radio=&lt;null&gt;,color=Color[rgb=666],engine=&lt;null&gt;,owner=&lt;null&gt;,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=&lt;null&gt;]
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.009</duration><failedSince>0</failedSince><name>withEmbeddable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-11-11 11:46:29	DEBUG	DDLDeployer	create table Car(model varchar(255), rgb integer, id int not null, unique (id))
2024-11-11 11:46:29	DEBUG	SQLOperation	Batching statement 1 times
2024-11-11 11:46:29	TRACE	SQLOperation	insert into Car(model, rgb, id) values (?, ?, ?) | {1={Car.rgb=666, Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-11-11 11:46:29	TRACE	SQLOperation	select Car.model as Car_model, Car.rgb as Car_rgb, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2024-11-11 11:46:29	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2b76ca65
2024-11-11 11:46:29	TRACE	SQLOperation	select id, model, rgb from Car | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</className><duration>0.009</duration><failedSince>0</failedSince><name>withIdDefinedInSuperClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-11-11 11:46:29	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2024-11-11 11:46:29	DEBUG	SQLOperation	Batching statement 1 times
2024-11-11 11:46:29	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2024-11-11 11:46:29	TRACE	SQLOperation	select car.id, car.model, car.color from car | {}
2024-11-11 11:46:29	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}
2024-11-11 11:46:29	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@14f46e5e
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance</name><passCount>7</passCount><skipCount>0</skipCount></classResult>