<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.006</duration><failedSince>0</failedSince><name>insert_basic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-02-24 21:47:31	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-02-24 21:47:31	DEBUG	SQLOperation	Batching statement 1 times
2025-02-24 21:47:31	TRACE	SQLOperation	insert into Car(model, id) values (?, default) | {1={Car.model=Renault}}
2025-02-24 21:47:31	TRACE	SQLOperation	select id, model from Car | {}
2025-02-24 21:47:31	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2025-02-24 21:47:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@f71daf6
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.008</duration><failedSince>0</failedSince><name>insert_oneToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-02-24 21:47:31	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, engineId bigint, unique (id))
2025-02-24 21:47:31	DEBUG	DDLDeployer	create table Engine(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-02-24 21:47:31	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_engineId_Engine_id foreign key(engineId) references Engine(id)
2025-
...[truncated 566 chars]...
ine_model, engine.id as engine_id from Car left outer join Engine as engine on Car.engineId = engine.id where Car.id in (?) | {Car.id=1}
2025-02-24 21:47:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@72f7c7e5
2025-02-24 21:47:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@73f4fd69 on object Car{id=1, color=null, model='Renault'}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.007</duration><failedSince>0</failedSince><name>multipleInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-02-24 21:47:31	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-02-24 21:47:31	DEBUG	SQLOperation	Batching statement 1 times
2025-02-24 21:47:31	TRACE	SQLOperation	insert into Car(model, id) values (?, default) | {1={Car.model=Renault}}
2025-02-24 21:47:31	TRACE	SQLOperation	select id, model from Car | {}
2025-02-24 21:47:31	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}
2025-02-24 21:47:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2ce959a
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.007</duration><failedSince>0</failedSince><name>multipleInheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-02-24 21:47:31	DEBUG	DDLDeployer	create table AbstractVehicle(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-02-24 21:47:31	DEBUG	DDLDeployer	create table Vehicle(id bigint not null, unique (id))
2025-02-24 21:47:31	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2025-02-24 21:47:31	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references Abstrac
...[truncated 1091 chars]...
reating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2d4696a0
2025-02-24 21:47:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@4a2e7a1d on object Car{id=1, color=null, model='Renault'}
2025-02-24 21:47:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@5344166e on object Car{id=1, color=null, model='Renault'}
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</name><passCount>4</passCount><skipCount>0</skipCount></classResult>