<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest</className><duration>0.007</duration><failedSince>0</failedSince><name>insert_basic</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:04	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-04-04 06:16:04	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:04	TRACE	SQLOperation	insert into Car(model, id) values (?, default) | {1={Car.model=Renault}}
2026-04-04 06:16:04	TRACE	SQLOperation	select id, model from Car | {}
2026-04-04 06:16:04	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-04-04 06:16:04	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=1}
2026-04-04 06:16:04	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car
</stdout></caseResult>