<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest$CascadeDeclaration</className><duration>0.016</duration><failedSince>0</failedSince><name>all</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-11-25 06:59:11	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2025-11-25 06:59:11	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, unique (id))
2025-11-25 06:59:11	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2025-11-25 06:59:11	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifie
...[truncated 6411 chars]...
lationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device@42
2025-11-25 06:59:11	TRACE	SQLOperation	select name from Company where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2025-11-25 06:59:11	DEBUG	SQLOperation	Batching statement 1 times
2025-11-25 06:59:11	TRACE	SQLOperation	delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@42}}
2025-11-25 06:59:11	TRACE	SQLOperation	select name from Company where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
</stdout></caseResult>