<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.009</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.firstName=John, Person.address=nowhere, Person.age=35, Person.lastName=Do}}
2024-09-15 08:07:31	DEBUG	
...[truncated 650 chars]...
={Person.firstName (W)=John, Person.address (W)=nowhere, Person.age (U)=36, Person.lastName (W)=Do}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select Person.age from Person | {}
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	delete from Person where firstName = ? and address = ? and lastName = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select Person.age from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.006</duration><failedSince>0</failedSince><name>crud_columnNameOverridden_columnNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, familyName varchar(255) not null, address varchar(255) not null, unique (firstName, familyName, address))
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	insert into Person(age, firstName, familyName, address) values (?, ?, ?, ?) | {1={Person.age=35, Person.address=nowhere, Person.familyName=Do, Person.firstName=John}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.familyName as Person_familyName, Person.address as Person_address from Person where (Person.firstName, Person.familyName, Person.address) in ((?, ?, ?)) | {Person.address=nowhere, Person.familyName=Do, Person.firstName=John}
2024-09-15 08:07:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@6c068688
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.015</duration><failedSince>0</failedSince><name>crud_fieldNameOverriddenAndColumnNameOverridden_columnNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, familyName varchar(255) not null, address varchar(255) not null, unique (firstName, familyName, address))
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	insert into Person(age, firstName, familyName, address) values (?, ?, ?, ?) | {1={Person.age=35, Person.familyName=Do, Person.firstName=John, Person.address=nowhere}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.familyName as Person_familyName, Person.address as Person_address from Person where (Person.firstName, Person.familyName, Person.address) in ((?, ?, ?)) | {Person.familyName=Do, Person.firstName=John, Person.address=nowhere}
2024-09-15 08:07:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@77408e53
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.026</duration><failedSince>0</failedSince><name>crud_fieldNameOverridden_fieldNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.firstName=John, Person.age=35, Person.address=nowhere, Person.lastName=Do}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address from Person where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {Person.firstName=John, Person.address=nowhere, Person.lastName=Do}
2024-09-15 08:07:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@689754d0
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_inheritance_joinedTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Cat(catBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Dog(dogBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name,
...[truncated 4506 chars]...
t name from Pet | {}
2024-09-15 08:07:31	DEBUG	SQLOperation	select catBreed from Cat | {}
2024-09-15 08:07:31	DEBUG	SQLOperation	delete from Cat where (name, race, age) in ((?, ?, ?)) | {Cat.name=Pluto, Cat.age=4, Cat.race=Dog}
2024-09-15 08:07:31	DEBUG	SQLOperation	delete from Pet where (name, race, age) in ((?, ?, ?)) | {Pet.name=Pluto, Pet.race=Dog, Pet.age=4}
2024-09-15 08:07:31	DEBUG	SQLOperation	select name from Pet | {}
2024-09-15 08:07:31	DEBUG	SQLOperation	select catBreed from Cat | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.01</duration><failedSince>0</failedSince><name>crud_inheritance_singleTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, catBreed integer, dogBreed integer, DTYPE varchar(255) not null, unique (name, race, age))
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	insert into Pet(catBreed, name, race, age, DTYPE) values (?, ?, ?, ?, ?) | {1={Pet.age=4, Pet.catBreed=Persian, Pet.race=Dog, Pet.DTYPE=Pet, Pet.name=Pluto}}
2024-09-15 08
...[truncated 1330 chars]...
m Pet where age = ? and race = ? and name = ? | {1={Pet.age=4, Pet.race=Dog, Pet.name=Pluto}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select name from Pet | {}
2024-09-15 08:07:31	DEBUG	SQLOperation	select catBreed from Pet | {}
2024-09-15 08:07:31	DEBUG	SQLOperation	delete from Pet where (name, race, age) in ((?, ?, ?)) | {Pet.age=4, Pet.race=Dog, Pet.name=Pluto}
2024-09-15 08:07:31	DEBUG	SQLOperation	select name from Pet | {}
2024-09-15 08:07:31	DEBUG	SQLOperation	select catBreed from Pet | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.018</duration><failedSince>0</failedSince><name>crud_inheritance_tablePerClass</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Cat(catBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Dog(dogBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	insert into Cat(catBreed, name, race, age
...[truncated 1587 chars]...
sumer@6bc3597d
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	delete from Cat where age = ? and name = ? and race = ? | {1={Cat.age=4, Cat.name=Pluto, Cat.race=Dog}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select catBreed from Cat | {}
2024-09-15 08:07:31	DEBUG	SQLOperation	delete from Cat where (name, race, age) in ((?, ?, ?)) | {Cat.age=4, Cat.name=Pluto, Cat.race=Dog}
2024-09-15 08:07:31	DEBUG	SQLOperation	select catBreed from Cat | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_manyToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_addr
...[truncated 5117 chars]...
lastName=Do, Person_pets.person_address=nowhere, Person_pets.person_firstName=John, Person_pets.pets_race=Dog, Person_pets.pets_age=4}}
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	delete from Person where address = ? and firstName = ? and lastName = ? | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select Person.firstName, Person.lastName, Person.address from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_oneToMany_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (name, race, age))
2024-09-15 08:07:31	DEBUG	DDLDeployer	alter table P
...[truncated 3787 chars]...
e (W)=Rantanplan, Pet.ownerLastName (U)=null, Pet.age (W)=5, Pet.ownerAddress (U)=null, Pet.ownerFirstName (U)=null, Pet.race (W)=Dog}}
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	delete from Person where address = ? and lastName = ? and firstName = ? | {1={Person.lastName=Do, Person.address=nowhere, Person.firstName=John}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select Person.firstName, Person.lastName, Person.address from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_oneToMany_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_addr
...[truncated 5117 chars]...
e=5, Person_pets.pets_race=Dog, Person_pets.person_firstName=John, Person_pets.person_lastName=Do, Person_pets.person_address=nowhere}}
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select Person.firstName, Person.lastName, Person.address from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_oneToOne_compositeToCompositeKey_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, unique (number, street, zipCode, city))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseNumber integer, houseStreet varchar(255), houseZipCode varchar(255), houseCity varchar(255), unique (firstName, lastN
...[truncated 2746 chars]...
e (U)=888, Person.houseStreet (U)=Stalactite street, Person.address (W)=nowhere, Person.age (U)=36}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select Person.age from Person | {}
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.firstName=John, Person.lastName=Do, Person.address=nowhere}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select Person.age from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_oneToOne_compositeToCompositeKey_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (number, street, zipCode, city))
...[truncated 3346 chars]...
wnerAddress (U)=null, House.city (W)=CodeFilarete City, House.number (W)=42, House.street (W)=Stalactite street, House.ownerFirstName (U)=null, House.ownerLastName (U)=null}}
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	delete from Person where lastName = ? and address = ? and firstName = ? | {1={Person.lastName=Do, Person.address=nowhere, Person.firstName=John}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select Person.age from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.011</duration><failedSince>0</failedSince><name>crud_oneToOne_compositeToSingleKey_ownedBySource</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseId bigint, unique (firstName, lastName, address))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2024-09-15 08:07:31	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) referenc
...[truncated 1528 chars]...
=John, Person.age (U)=36, Person.address (W)=nowhere, Person.houseId (U)=1, Person.lastName (W)=Do}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select Person.age from Person | {}
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	delete from Person where address = ? and lastName = ? and firstName = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select Person.age from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.011</duration><failedSince>0</failedSince><name>crud_oneToOne_compositeToSingleKey_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (id))
2024-09-15 08:07:31	DEBUG	DDLDeployer	alter table House add 
...[truncated 2413 chars]...
stName = ?, ownerFirstName = ?, ownerAddress = ? where id = ? | {1={House.ownerLastName (U)=null, House.ownerFirstName (U)=null, House.ownerAddress (U)=null, House.id (W)=1}}
2024-09-15 08:07:31	DEBUG	SQLOperation	Batching statement 1 times
2024-09-15 08:07:31	DEBUG	SQLOperation	delete from Person where lastName = ? and firstName = ? and address = ? | {1={Person.lastName=Do, Person.address=nowhere, Person.firstName=John}}
2024-09-15 08:07:31	DEBUG	SQLOperation	select Person.age from Person | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.043</duration><failedSince>0</failedSince><name>persist_manyToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_addr
...[truncated 10827 chars]...
eJoinRowConsumer@1d63bb69 on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Pluto', race='Dog', age=4}}]}
2024-09-15 08:07:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@73a8b386 on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Pluto', race='Dog', age=4}}]}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest</className><duration>0.015</duration><failedSince>0</failedSince><name>persist_oneToMany_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (name, race, age))
2024-09-15 08:07:31	DEBUG	DDLDeployer	create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2024-09-15 08:07:31	DEBUG	DDLDeployer	alter table P
...[truncated 7044 chars]...
age=36, house=null, pets=[]}
2024-09-15 08:07:31	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3b4db49b
2024-09-15 08:07:31	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@52dd436a on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Pluto', race='Dog', age=4}}]}
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportCompositeKeyTest</name><passCount>16</passCount><skipCount>0</skipCount></classResult>